-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
hphosts now uses https #1749
Comments
I am now curious about the best practices for supporting a 301; FTR, the original URL is http://hosts-file.net/.%5Cad_servers.txt and these are my headers...
and below is the response:
<head><title>Document Moved</title></head>
<body><h1>Object Moved</h1>This document may be found <a HREF="https://hosts-file.net/ad_servers.txt">here</a></body> I'm surprised the 301 page didn't include a META refresh and a JS redirection for good measure. |
I'm not getting the 301, they seem to have removed it - access to that file can be done with http or https. |
Doh! I accidentally posted a duplicate issue under uAssets. But yes, I also support updating the entry to use https. |
Fixed with 3b9fd49. |
The site now uses https and redirects http to https[1]. This apparently had the side effect of breaking its usage in uBlock as it now shows as 0 out of 0 filters even when forcing an update.
The filter lists should be updated to use https in both uBlock and uMatrix.
Perhaps this also does raise another point, if the site redirects http to https, should uBlock be resilient and allow this? It seems uMatrix continued to work correctly.
[1] https://hphosts.blogspot.com/2016/06/info-hphosts-forums-and-website.html
The text was updated successfully, but these errors were encountered: