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

html-tidy site does not work with https #883

Closed
sgbeal opened this issue Jun 1, 2020 · 2 comments
Closed

html-tidy site does not work with https #883

sgbeal opened this issue Jun 1, 2020 · 2 comments

Comments

@sgbeal
Copy link

sgbeal commented Jun 1, 2020

The site:

http://www.html-tidy.org/

does not work when loaded with an HTTPS schema because it loads it resources explicitly over HTTP, and some browsers do not like switching from secure to insecure connections when loading resources.

The fix is to change all of the explicit "http://" resource-loading URLs to "//" (removing the http: prefix), which will allow it to work with both http and https.

@JustAGuyTryingToCodeSomething
Copy link

I think this bug should be registered against the website project at https://github.com/htacg/html-tidy.org;

A note to confirm this. Browsing to https://www.html-tidy.org/ fails to display the styles in Chrome.

Inspecting [tools window] the website shows base.css, sites.css the google fonts, and site.js are all being called over HTTP. It looks like Google is blocking these.

@sgbeal
Copy link
Author

sgbeal commented Jun 12, 2020

They're only blocked because of the change in protocol from https to http. i have moved this over to the forum you linked to - i wasn't aware there was a separate repo for that.

@sgbeal sgbeal closed this as completed Jun 12, 2020
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

No branches or pull requests

2 participants