added tor mirror 2, netsurf articles
This commit is contained in:
parent
1d5baaf061
commit
9648cbc20c
|
@ -17,6 +17,7 @@
|
|||
|
||||
<h2>Web Browsers</h2>
|
||||
<a href="../articles/browsers.html">Comparison between web browsers</a><br><br>
|
||||
<a href="../articles/netsurf.html">NetSurf</a> <a href="../guides/netsurf.html">[Mitigation Guide]</a><br>
|
||||
<a href="../articles/surf.html">Surf</a> <a href="surf_fr.html">[French]</a><br>
|
||||
<a href="../articles/iron.html">SRWare Iron</a><br>
|
||||
<a href="../articles/slimjet.html">Slimjet</a><br>
|
||||
|
|
|
@ -0,0 +1,35 @@
|
|||
<!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 Watchdog</title>
|
||||
<link rel="stylesheet" href="../style2.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="case">
|
||||
<div class="nav"><a href="index.html">← Catalog</a></div>
|
||||
<div class="main">
|
||||
<img src="../images/netsurf.png" alt="Images are in the ../images folder"/>
|
||||
<p>
|
||||
From their website: "NetSurf is a multi-platform web browser for RISC OS, UNIX-like platforms (including Linux), Mac OS X, and more" <sup><a href="#one">[1]</a></sup> Verstion Tested: Netsurf 3.9
|
||||
</p>
|
||||
<h2>Spyware Level: <span class="yellowgreen">Low</span></h2>
|
||||
<p>Upon launch Netsurf makes a request to get the default search engine's icon, that default search engine is Google. This was tested with mitmproxy. Other than that, there are no unsolicited requests. After following the <a href="../guides/netsurf.html">mitigation guide</a>, this software is <span class="green">not spyware</span>.</p>
|
||||
</div>
|
||||
<hr/>
|
||||
<div class="footer">
|
||||
<div class="sources">
|
||||
<h4>Sources:</h4>
|
||||
<ol>
|
||||
<li id="one"><a href="https://www.netsurf-browser.org/">www.netsurf-browser.org/</a> <a href="https://web.archive.org/web/20200322201240/http://www.netsurf-browser.org/">[web.archive.org]</a> <a href="https://archive.is/RiYFl">[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>
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
<!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>
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -10,6 +10,7 @@
|
|||
<div class="nav wide-nav">
|
||||
<a href="articles/index.html">Articles</a>
|
||||
<a href="http://spywareitdaiuyfo2sqb5vsg7mek5cjabdr73luhnda57t2hyuzg7yyd.onion">Tor Mirror 1</a>
|
||||
<a href="http://spywaredrcdg5krvjnukp3vbdwiqcv3zwbrcg6qh27kiwecm4qyfphid.onion/">Tor Mirror 2</a>
|
||||
<a href="extra.html">Extra Content</a>
|
||||
<a href="contact.html">Contact</a>
|
||||
<a href="https://digdeeper.neocities.org">Digdeeper</a>
|
||||
|
|
|
@ -100,6 +100,9 @@ code {
|
|||
.green {
|
||||
color: #00981B;
|
||||
}
|
||||
.yellowgreen {
|
||||
color: #C8E63C;
|
||||
}
|
||||
.orange {
|
||||
color: #FF6100;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue