From 846f6fdb757028fd496cb8339a173826de7cf0c7 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Tue, 22 Jan 2019 13:27:44 +0100 Subject: [PATCH] Add resist fingerprinting to Firefox --- .mozilla/firefox/rick.profile/user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.mozilla/firefox/rick.profile/user.js b/.mozilla/firefox/rick.profile/user.js index 89ea99a..92f816c 100644 --- a/.mozilla/firefox/rick.profile/user.js +++ b/.mozilla/firefox/rick.profile/user.js @@ -9,6 +9,7 @@ user_pref("widget.content.gtk-theme-override", "Arc"); user_pref("full-screen-api.warning.timeout", 0); // Disable tracking +user_pref("privacy.resistFingerprinting", true); user_pref("geo.enabled", false); // https://spyware.neocities.org/guides/firefox.html user_pref("browser.startup.homepage", "about:blank");