uBlockOrigin / uMatrix-issues

This is the community-maintained issue tracker for uMatrix
https://github.com/gorhill/uMatrix
123 stars 17 forks source link

hosts-file.net is dead #245

Closed ewhac closed 4 years ago

ewhac commented 4 years ago

Prerequisites

Description

hpHosts’ Ad and tracking server (hosts-file.net) is dead. The domain responds with a 301 error (moved permanently), redirecting to Malwarebytes, and no longer furnishes a list of disreputable host names. As such, it can no longer be used as a blacklist asset.

Apparently first noticed about a week ago:

https://www.reddit.com/r/pihole/comments/fsg11e/hostsfilenet/

A specific URL where the issue occurs

https://hosts-file.net

Supporting evidence

bash$ curl https://hosts-file.net
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://www.malwarebytes.com/browserguard">here</a>.</p>
</body></html>
gwarser commented 4 years ago

Yes, it was removed already, but this caused issues: https://www.reddit.com/r/uMatrix/comments/ftebgz/no_pages_load_on_firefox_unless_i_disable_umatrix/

Duplicate of #223