Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

mixed content errors #10

Open
markschuh opened this issue Nov 2, 2016 · 1 comment
Open

mixed content errors #10

markschuh opened this issue Nov 2, 2016 · 1 comment

Comments

@markschuh
Copy link

Fix mixed content errors caused by http URL stylesheet reference in index.html:22 and :23

Chrome 54 for example outputs on console:

Mixed Content: The page at 'https://oasp.github.io/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Montserrat'. This request has been blocked; the content must be served over HTTPS.

Since the font CSS URLs are also available via https either use a fixed https URL - or in case https references on http://oasp.github.io shall be avoided, use the URL in href without the protocol prefix at all.

https://developers.google.com/web/fundamentals/security/prevent-mixed-content/fixing-mixed-content

@sjimenez77
Copy link
Contributor

Hi @markschuh, in the current build the assets are served via https. Please, check it. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants