eyieko/landville-frontend

The App switches from HTTPS to HTTP

Opened this issue · 0 comments

The app switches from a secure connection to an insecure connection because of mixed content which means that there are some resources that load from HTTPS and others load from HTTP

On the Home page as shown in the screenshot below the app loads just fine under a secure connection.
image

Once a user scrolls over to the properties page this changes
image

The change is because some images are loaded via http and as a result makes the whole page/app after visiting this page or similar pages susceptible to man in the middle attacks

Identified Gap

We can make sure that all resources are loaded from HTTPS

Possible Solution

Examples

  1. In the pages loading images under http and not https
  2. Properties page
  3. Property details page