-
Notifications
You must be signed in to change notification settings - Fork 232
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
add various preferences to user.js/ignore.list: #267
Conversation
user.js: * fallback on mozilla wifi geolocation services when user re-enables geolocation (instead of Google services) * disable geolocation requests logging in console * disable more Virtual Reality APIs * disable vibrator API * when user re-enables URL fixup, still disable it for URLs using 'username:password' syntax * enable downloading/using Mozilla SWF blocklists in case some users actually need to re-enable Flash player plugin * use master switch browser.selfsupport.enabled to disable Heartbeat, in addition to already empty URL. * improve safebrowsing.downloads.enabled description * add "Open windows" to default selection in "Clear Private Data" dialog * enforce disabling fully automatic password autofill on HTTP sites, even when user re-enables autofill * enforce showing an in-content warning for insecure login forms ignore.list: * add browser.safebrowsing.downloads.* fine controls * add safebrowsing url prefs * explicitely don't set/harden privacy.cpd.passwords/siteSettings and mark it: '(relaxed) ($REASON)' - in this case, reason is better usability - Ref. #231 Thanks to https://github.com/ghacksuserjs/ghacks-user.js/
these preferences are no longer set by default but are still readable and will work correctly: > The preference is still honored, it is just not in about:config. > In about:config it should still be possible to create a string preference with that name, and it should work correctly.
…TING section; move extra VR API preferencs to ignore.list since VR is globally disabled move New Tab Page/Tiles prefs next to each other
|
…ve deprecated note (can be found through make checkdeprecated)
TODO: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Using_web_workers#Other_types_of_worker investigate disabling chromeworkers/audioworkers
thanks https://github.com/ghacksuserjs/ghacks-user.js move DOM Timing API options next to each other
remove misplaced pref in ignore.list thanks https://github.com/ghacksuserjs/ghacks-user.js
errors were not detected by travis!
This PR is confusing and covers several unrelated aspects. |
No description provided.