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

Loading insecure content on a secure page #46

Closed
srujandeshpande opened this issue Oct 27, 2020 · 1 comment · Fixed by #50
Closed

Loading insecure content on a secure page #46

srujandeshpande opened this issue Oct 27, 2020 · 1 comment · Fixed by #50
Labels
bug Something isn't working hacktoberfest Issues great for Hacktoberfest!

Comments

@srujandeshpande
Copy link
Member

After visiting the deployed page in https://acmpesuecc.github.io/CreditCardVerifier, the console gives us the error message Loading mixed (insecure) display content “http://africalegalnetwork.com/nigeria/wp-content/uploads/sites/19/2017/08/Banking.jpg” on a secure page

This is due to the background image coming from an insecure (http) website while ours is hosted on the more secure https.

To fix this, head to unsplash.com or any similar site and find a royalty free image for the background. Provide a link to that image instead making sure that it has the https prefix

@srujandeshpande srujandeshpande added bug Something isn't working hacktoberfest Issues great for Hacktoberfest! labels Oct 27, 2020
@V3dant
Copy link
Contributor

V3dant commented Oct 27, 2020

@srujandeshpande please have a look into this issue.

@srujandeshpande srujandeshpande linked a pull request Oct 28, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest Issues great for Hacktoberfest!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants