-
Notifications
You must be signed in to change notification settings - Fork 505
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
Fix HTTPS mixed content issue #1888
Conversation
Thank you very much. Does that cause a problem for HTTP? |
@hikalkan No, it does not cause any problem with HTTP. It's better to enforce HTTPS for the fonts, even if you still use HTTP for the main website. Soon, HTTP will be marked as non-secure. It's better to begin the switch. IMHO #1888 is a better fix than #1765. |
@hikalkan Hi. Any news? |
Fix HTTPS mixed content issue
Thank you very much. |
Hi,
@hikalkan
As you can see, it fixes HTTPS mixed content issue.
Thanks to merge.
Sincerely,
HLFH