Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed #13 - Mixed Content Error #14

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cenacrharsh
Copy link

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.

@cenacrharsh cenacrharsh changed the title 13 Fixed #13 - Mixed Content Error Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mixed Content Error
1 participant