-
Notifications
You must be signed in to change notification settings - Fork 233
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
More Waterfox preferences to review/document #403
Comments
That's a lot of settings! 😮 |
It's not necessary to add everything here, but an comparison target in the Makefile [1] would be a great tool to refine user.js and find undocumented prefs that may be have a security impact. Something like $ cat Makefile
# Arbitrary URL to compare your user.js against
COMPARE_TARGET='https://github.com/MrAlex94/Waterfox/blob/master/modules/libpref/init/all.js'
compare:
[...] $ make compare
[info] local 'user.js' will be compared against https://github.com/MrAlex94/Waterfox/blob/master/modules/libpref/init/all.js
[info] found 71 ignored preferences
[info] found 15 preferences with common values
[info] found 21 preferences with different values
[info] found 25 unknown preferences (not listed in 'user.js' or 'ignore.list'):
pref("browser.autofocus", true);
pref("browser.send_pings.max_per_link", 1);
pref("browser.helperApps.alwaysAsk.force", false);
... So yes this actually should be in #256 |
That's flawed, as MrAlex94 did some double entries, like:
|
BTW waterfox dev did a great job; but it is focused on compatibility, not privacy. |
I'm no longer working on this. |
https://github.com/MrAlex94/Waterfox/blob/master/modules/libpref/init/all.js might have some preferences not listed here, either in user.js or ignore.list
The text was updated successfully, but these errors were encountered: