aboutsummaryrefslogtreecommitdiff
path: root/linux_room.html
diff options
context:
space:
mode:
Diffstat (limited to 'linux_room.html')
-rw-r--r--linux_room.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/linux_room.html b/linux_room.html
index ecc88f0..f70837b 100644
--- a/linux_room.html
+++ b/linux_room.html
@@ -341,7 +341,8 @@ table {
<p>
Even though they are about as good as browsers get these days the developers are still
stupidos so you should <a href="https://spyware.neocities.org/guides/palemoon" target="_blank">
- follow this guide</a>. Its also best you disable webrtc and webgl along with other hardening
+ follow this guide</a>. Its also best you disable webrtc (only basilisk even supports webrtc
+ out of the two) and webgl along with other hardening
because even though they are based off older versions of firefox they still support the modern
features that make it easier for sites to fucking fingerprint you. Basilisk is the only one that
supports webrtc out of the two.
@@ -352,7 +353,16 @@ table {
that in mind. Though if anything this just is another reason why real git sites like gitea and codeberg
are better.
<br/><br/>
- You can timezone spoof by setting <code>TZ=UTC</code> before launching.
+ You can timezone spoof by setting <code>TZ=UTC</code> before launching:
+ <br/>
+ <code>
+ sudo -s<br/>
+ rm -rf /usr/bin/palemoon<br/>
+ echo "#! /usr/bin/sh\nTZ=UTC /usr/lib/palemoon/palemoon \$@" > /usr/bin/palemoon<br/>
+ chmod +x /usr/bin/palemoon
+ </code>
+ <br/>
+ Basilisk users can come up with their own hack instead of having their hands held and gently walked through
</p>
</td>
</tr>