Hacker News new | ask | show | jobs
by antitamper 3770 days ago
It's like http://someonewhocares.org/hosts/ on steroids.

I always wondered what the web would feel like, in terms of experience, without some manner of filtering. The last time I rode bareback on the internet without ADblockers, or even rudimentary hosts blocking was at an Airport kiosk stand, which even then felt weird, because the New York Times was still only learning about fingerprinting and grabbing what is effectively the Mac address of any machine using Flash.

1 comments

be _very_ careful about copy-pasting an enormous hosts file with one found on the internet, especially one served over http. such a thing is ripe for phishing injection.

it takes one malicious entry in the list of 10k which doesnt loop back to your own machine for me to present you with a legit-looking and secure "capitolone.com" home page.

the solution is to use something like:

curl --silent http://someonewhocares.org/hosts/hosts | grep '^127.0.0.1' > /etc/hosts