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

switch import fonts to always use https scheme #509

Merged
merged 1 commit into from
Apr 18, 2022

Conversation

renefritze
Copy link
Contributor

both current firefox and chromium interpret "//fonts...." as "http://" resulting
in them blocking the import due to mixed-content policy when the index
is served from a https page.

AFAIK the reverse should always be fine, a resource with "https" from
within a "http" page.

both current firefox and chromium give interpret "//fonts...." as "http://" resulting
in them blocking the import due to mixed-content policy when the index
is served from a https page.

AFAIK the reverse should always be fine, a resource with "https" from
within a "http" page.
@dgarijo
Copy link
Owner

dgarijo commented Apr 14, 2022 via email

@dgarijo dgarijo merged commit 727a58b into dgarijo:develop Apr 18, 2022
@renefritze renefritze deleted the load_fonts_with_https branch April 19, 2022 06:13
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.

2 participants