SpywareWatchdog/guides/palemoon.html

78 lines
2.2 KiB
HTML
Raw Normal View History

2020-02-07 09:12:15 +02:00
<!DOCTYPE HTML>
<html lang=”en-us”>
<head>
2020-02-08 10:09:18 +02:00
<link rel="stylesheet" href="../style.css">
2020-02-07 09:12:15 +02:00
<meta charset="UTF-8">
<title>Spyware Watchdog</title>
</head>
<body>
<h1>Pale Moon Browser Spyware Mitigation Guide</h1>
<p><a href="/">Back to Home</a><br>
2020-02-08 10:09:18 +02:00
<a href="../articles/palemoon.html">Back to Palemoon</a>
2020-02-07 09:12:15 +02:00
</p>
2020-02-08 10:09:18 +02:00
<img src="../images/palemoon_logo.png">
2020-02-07 09:12:15 +02:00
<p>
After configuring Pale Moon according to this guide it's rating changes like so:
</p>
<h3>Spyware Rating: <font color=yellow>Medium</font> => <font color=lime>Not Spyware</font></h3>
<p>
2020-02-08 10:09:18 +02:00
The first thing to do, after you have downloaded Pale Moon, is to turn off your internet connection. Then
2020-02-07 09:12:15 +02:00
install the browser and change the homepage to something else. In the "options" dialog:
</p>
2020-02-08 10:09:18 +02:00
<img src="../images/pm_hp.png" alt="Pale moon options screen">
2020-02-07 09:12:15 +02:00
<p>
The next step is to disable update checking, you can do that like this:
</p>
2020-02-08 10:09:18 +02:00
<img src="../images/pm_ud.png" alt="Pale moon options screen">
2020-02-07 09:12:15 +02:00
<p>
2021-03-27 19:39:03 +02:00
Finally, you should set the following options in about:config:
2020-02-07 09:12:15 +02:00
</p>
2020-02-08 10:09:18 +02:00
<table border background="../images/bg.jpg" style="width:800px">
2020-02-07 09:12:15 +02:00
<tr>
<th>Spyware Feature</th>
<th>about:config flag</th>
<th>about:config value</th>
</tr>
<tr>
<td>Addon Blocklist</td>
<td>extensions.blocklist.enabled</td>
<td>False</td>
</tr>
<tr>
<td>OCSP querying</td>
<td>services.sync.prefs.sync.security.OCSP.enabled</td>
<td>False</td>
</tr>
<tr>
<td>OCSP querying</td>
<td>security.OCSP.GET.enabled</td>
<td>False</td>
</tr>
<tr>
<td>OCSP querying</td>
<td>security.OCSP.require</td>
<td>False</td>
</tr>
<tr>
<td>OCSP querying</td>
<td>security.OCSP.enabled</td>
<td>0</td>
</tr>
<tr>
<td>Geolocation</td>
<td>geo.enabled</td>
<td>False</td>
</tr>
</table>
<hr>
<p><b>
</b></p>
<p>
2020-11-17 23:13:16 +02:00
If you want to edit this article, or contribute your own article(s), visit us at the git repo on <a href="https://codeberg.org/shadow/SpywareWatchdog">Codeberg</a>. All contributions must be licensed under the CC0 license to be accepted.
2020-02-07 09:12:15 +02:00
</p>
2021-01-02 07:54:37 +02:00
<a href="../LICENSE.txt"><img src="../images/cc0.png" alt="CC0 License"></a>
2020-02-07 09:12:15 +02:00
</body>
</html>