-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2698 & 2699 format tweak #143
Comments
We could remove most of the info (keep the window resizing how-to) from the user.js and instead add a link to a sticky. /*** 2699: privacy.resistFingerprinting
** limit window.screen & CSS media queries
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=418986
** spoof screen orientation
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1281949
***/
user_pref("privacy.resistFingerprinting", true);
/* 2699a: set new window sizes to round to hundreds (FF55+) [SETUP]
* [NOTE] If override values are too big, the code determines it for you
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1330882
* [2] https://metrics.mozilla.com/firefox-hardware-report/ ***/
// user_pref("privacy.window.maxInnerWidth", 1366);
// user_pref("privacy.window.maxInnerHeight", 768); |
I copied it from your comment - ask yourself xD |
we should add the bugzilla ticket for |
for less breakage the value needs to be false. TBB's implementation was less restrictive and they can set the pref to false to have the same behavior as they did before so it won't cause any breakage. Either we set the value to false and keep this title but then we should make it inactive IMO, or we change the title fe. "restrict the access of window.opener" maybe with a note "In fact, this does not only affect the access of window.opener, but every access which is protected by JS wrappers." although IDK what those other JS wrappers are. |
Maybe we should also mention that it breaks (or used to break IDK?!?) Self-destructing-cookies, as Atavic pointed out. |
nits:
|
= "enforce FPI restriction for window.opener" |
I don't like that at all. It's easily the most important info about the pref atm.
still important to know for ESR users for a while IMO it doesn't matter if it's 5 lines or 15 lines - without the described adjustment it turns the pref from 'resistFingerprinting' to 'FingerprintingMadeEasy' ps: are you "typing under the influence" (TUI) again? xD |
need to tweak the format of 2698 & 2699. These sections are generally one or two preference(s) but lots of items/numbers. Suggest we put the preference(s) first. eg
It's even a little weirder in 2699 as we have the 2699a pref at the end currently under G, but other prefs in the middle under D.
The text was updated successfully, but these errors were encountered: