42 lines
2.5 KiB
HTML
42 lines
2.5 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-type" content="application/xhtml+xml;charset=utf-8"/>
|
||
|
<title>Netsurf Spyware Mitigation Guide - Spyware Watchdog</title>
|
||
|
<link rel="stylesheet" href="../style2.css"/>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="case">
|
||
|
<div class="nav">
|
||
|
<a href="../index.html">← Home</a>
|
||
|
<a class="right" href="../articles/netsurf.html">NetSurf → </a>
|
||
|
<div class="main">
|
||
|
<img src="../images/netsurf.png" alt="Images are in the ../images folder"/>
|
||
|
<h1>Netsurf Spyware Mitigation Guide</h1>
|
||
|
<p>
|
||
|
This guide was tested using Netsurf 3.9.
|
||
|
</p>
|
||
|
<h2>Spyware Level: <span class="yellowgreen">Low</span> → <span class="green">Not Spyware</span></h2>
|
||
|
<h3>Mitigation Method 1:</h3>
|
||
|
<p>This method is rather simple, change the default search engine and the request to google will no longer happen, if you wish you can do this with the internet disconnected, that will prevent an initial request.</p>
|
||
|
<h3>Mitigation Method 2:</h3>
|
||
|
<p>This method is a little more involved, we use a source code patch to change the default search engine (and also remove non-privacy friendly options). Simply apply <a href="https://git.parabola.nu/abslibre.git/plain/libre/netsurf/remove_nonprivacy_options.patch">this patch</a> to the source code and recomplile.</p>
|
||
|
</div>
|
||
|
<hr/>
|
||
|
<div class="footer">
|
||
|
<div class="sources">
|
||
|
<h4>Sources:</h4>
|
||
|
<ol>
|
||
|
<li id="one"><a href="https://git.parabola.nu/abslibre.git/tree/libre/netsurf/remove_nonprivacy_options.patch">Patch</a> <a href="https://web.archive.org/web/20200409032203/https://git.parabola.nu/abslibre.git/tree/libre/netsurf/remove_nonprivacy_options.patch">[web.archive.org]</a> <a href="https://archive.is/esaPM">[archive.is]</a></li>
|
||
|
</ol>
|
||
|
</div>
|
||
|
<hr/>
|
||
|
<p>If you want to edit this article, or contribute your own article(s), contact us on XMPP over in spyware@conference.nuegia.net, or visit us at the git repo on <a href="https://codeberg.org/TheShadow/SpywareWatchdog">Codeberg</a>.</p>
|
||
|
<p>All contributions must be licensed under the CC0 licensed to be accepted.</p>
|
||
|
<a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img class="icon" src="../images/cc0.png" alt="CC0 License"/></a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|
||
|
|