Skip to content

fix: Convert http to https #23

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MichaelCurrin
Copy link

This is a fix to adjust fonts from http to https

HTTP

When visiting the site here, this not an issue.

http://cooervo.github.io/Algorithms-DataStructures-BigONotation/

But that is also only HTTP.

HTTPS

You can also visit HTTPS - this will give better ranking on search engines and adds trust for visitors esp if any data was shared.

https://cooervo.github.io/Algorithms-DataStructures-BigONotation/

The fonts don't load though.

Check the JS log and you'll see an error

Blocked loading mixed active content “http://fonts.googleapis.com/css?family=Open+Sans:800|Titillium+Web:400,600,700,900”

Mixed is because the external URL is http but the current page is https.

So I made them all https.

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.

1 participant