user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 8a9a4fe4270f00a536d2d892934169be9706102b
parent 44c4a628203d4939ae2be93cf667e34a5b42ce2d
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Wed, 14 Jun 2017 03:38:45 +1200

2515: disable site specific zoom #135
Diffstat:
Muser.js | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -1186,6 +1186,11 @@ user_pref("dom.presentation.session_transport.data_channel.enable", false); * [3] https://trac.torproject.org/projects/tor/ticket/22127 * [4] https://html.spec.whatwg.org/multipage/workers.html#navigator.hardwareconcurrency ***/ // user_pref("dom.maxHardwareConcurrency", 2); +/* 2515: disable site specific zoom + * Zoom levels affect screen res and are highly fingerprintable. This does not stop you using + * zoom, it will just not use/remember any site specific settings. Zoom levels on new tabs + * and new windows are reset to default and only the current tab retains the current zoom ***/ +user_pref("browser.zoom.siteSpecific", false); /*** 2600: MISC - LEAKS / FINGERPRINTING / PRIVACY / SECURITY ***/ user_pref("ghacks_user.js.parrot", "2600 syntax error: the parrot's run down the curtain!");