btholt / citr-v6-project

Project files for the Complete Intro to React v6, as taught for Frontend Masters
Apache License 2.0
482 stars 458 forks source link

Fixed #13 - Mixed Content Error #14

Open cenacrharsh opened 3 years ago

cenacrharsh commented 3 years ago

Fixes #13

I have added a meta tag:

<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">

in the index.html files in all the 12 folders of the Complete Intro to React v6 project.

This meta tag would allow the HTTP requests to go through and the app would start working correctly without any errors.