<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi, I have the following two files with domains I'd like to block. They are from the Disconnect open source list which Firefox uses to block trackers of all sorts.<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>$ head -n 4 /home/abc/Downloads/blockentities.txt<br>
</span>
<div>127.0.0.1 2leep.com<br>
</div>
<div>127.0.0.1 2leep.com<br>
</div>
<div>127.0.0.1 33across.com<br>
</div>
<div>127.0.0.1 tynt.com<br>
</div>
<div><br>
</div>
<div>$ head -n 4 <span>/home/abc/Downloads/</span>blockservices.txt<br>
</div>
<div><span>127.0.0.1 2leep.com<br>
</span>
<div>127.0.0.1 33across.com<br>
</div>
<div>127.0.0.1 365media.com<br>
</div>
<div>127.0.0.1 4info.com<br>
</div>
<span></span></div>
<div><br>
</div>
<div>Then I have this list in content.host_blocking.lists: ["file:///home/abc/Downloads/blockentities.txt", "file:///home/abc/Downloads/blockservices.txt"]. I have also run :adblock-update successfully.<br>
</div>
<div><br>
</div>
<div>However, they don't quite seem to work in blocking unwanted domains. For example, if I go to
<a href="https://outlook.live.com/mail/0/stackoverflow.com/questions" title="stackoverflow.com/questions">
stackoverflow.com/questions</a>, default avatar pictures (of new users) are still loaded, even though they are hosted in
<a href="https://www.gravatar.com/avatar/230c67cca4df75c5604bf0530b434556?s=32&d=identicon&r=PG&f=1" id="LPlnk284556">
https://www.gravatar.com</a>, which I have blocked in both files:</div>
<div><br>
</div>
<div>$ grep<span> gravatar /home/abc/Downloads/*<br>
</span>
<div>blockentities.txt:127.0.0.1 gravatar.com<br>
</div>
<div>blockservices.txt:127.0.0.1 gravatar.com<br>
</div>
<span></span></div>
<div><br>
</div>
<div>In Firefox, those pictures are indeed blocked and don't show up, but in Qutebrowser they do show up, so I conclude the ad-blocking is not working.</div>
<div><br>
</div>
<div>However, if I add "127.0.0.1 stackoverflow.com" to any of them, then, as expect, I cannot access Stackoverflow anymore. So there should be something non-obvious there...<br>
</div>
<span></span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Am I missing some important step there or should I go to Issues on the Github?</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thanks for the great browser.<br>
</div>
</body>
</html>