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

mixed content errors #10

@markschuh

Description

@markschuh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions