-
Notifications
You must be signed in to change notification settings - Fork 56
Home
Lists of settings and tweaks:
- https://github.com/jamielinux/securemymozilla many!, also for Thunderbird
- https://github.com/Narga/user.js/blob/master/user.js many!, with docu
- https://github.com/slosd/guiconfig many!, with GUI
- https://github.com/pyllyukko/user.js many!, with docu
- https://github.com/allo-/firefox-profilemaker many!, with GUI, by issue opener @allo-
- https://github.com/schomery/privacy-settings many!, with GUI
- https://github.com/dfkt/firefox-tweaks many!, with docu
- https://github.com/TheCreeper/PrivacyFox with GUI
- https://github.com/gunnersson/my_Mozilla_about-config_settings by issue opener @gunnersson
- https://github.com/privacytoolsIO/privacytools.io https://www.privacytools.io/#webrtc mostly covered elsewhere
- https://github.com/privacytoolsIO/privacytools.io https://www.privacytools.io/#about_config mostly covered elsewhere
- https://gist.github.com/haasn/69e19fc2fe0e25f3cff5 mostly covered elsewhere
- https://github.com/webcore-it/firefox-profile mostly covered elsewhere
- https://github.com/phette23/firefox-settings rather specific settings, not needed yet
- https://github.com/j127/Better-Firefox mostly covered elsewhere
My @gunnersson Mozilla settings and tweaks Me @gunnersson took 1. - 9. from above and tried to merge them. Please note:
- haven't restricted every phoning home to Mozilla, but it's covered at @allo-
- haven't touched fonts settings, need reasonable compromise comfort<>footprint
- haen't touched WebGL settings, need reasonable compromise comfort<>footprint
- haven't touched most network speedups, too much stuff..., too much research needed
- still have to get and add the appropriate docu, 2. 4. 7. from above are of help
My @gunnersson Firefox settings user_pref("beacon.enabled", false); user_pref("browser.fixup.alternate.enabled", false); user_pref("browser.newtab.preload", false); user_pref("browser.newtabpage.enabled", false); user_pref("browser.newtabpage.enhanced", false); user_pref("browser.newtabpage.introShown", true); user_pref("browser.pocket.api", ""); user_pref("browser.pocket.enabled", false); user_pref("browser.pocket.oAuthConsumerKey", ""); user_pref("browser.pocket.site", ""); user_pref("browser.search.geoSpecificDefaults.url", ""); user_pref("browser.search.geoip.url", ""); user_pref("browser.selfsupport.url", ""); user_pref("browser.send_pings", false); user_pref("browser.send_pings.require_same_host", true); user_pref("browser.tabs.insertRelatedAfterCurrent", false); user_pref("browser.tabs.warnOnClose", false); user_pref("browser.tabs.warnOnOpen", false); user_pref("browser.toolbarbuttons.introduced.pocket-button", true); user_pref("browser.urlbar.trimURLs", false); user_pref("dom.battery.enabled", false); user_pref("dom.webnotifications.enabled", false); user_pref("extensions.getAddons.cache.enabled", false); user_pref("geo.enabled", false); user_pref("geo.wifi.uri", ""); user_pref("layout.spellcheckDefault", 2); user_pref("loop.enabled", false); user_pref("media.getusermedia.screensharing.enabled", false); user_pref("media.navigator.enabled", false); user_pref("media.navigator.video.enabled", false); user_pref("media.peerconnection.enabled", false); user_pref("media.peerconnection.ice.default_address_only", true); user_pref("media.peerconnection.turn.disable", true); user_pref("media.peerconnection.video.enabled", false); user_pref("network.cookie.cookieBehavior", 1); user_pref("network.IDN_show_punycode", true); user_pref("network.http.pipelining", true); user_pref("network.http.referer.spoofSource", true); user_pref("plugin.default.state", 0); user_pref("plugin.state.flash", 0); user_pref("plugin.state.java", 0); user_pref("plugins.click_to_play", true); user_pref("privacy.donottrackheader.enabled", true); user_pref("security.OCSP.require", true); user_pref("security.cert_pinning.enforcement_level", 2); user_pref("security.mixed_content.block_active_content", true); user_pref("security.mixed_content.block_display_content", true); user_pref("security.ssl.require_safe_negotiation", true); user_pref("security.ssl.treat_unsafe_negotiation_as_broken", true); user_pref("security.ssl3.dhe_rsa_aes_128_sha", false); user_pref("security.ssl3.dhe_rsa_aes_256_sha", false); user_pref("security.ssl3.ecdhe_ecdsa_rc4_128_sha", false); user_pref("security.ssl3.ecdhe_rsa_rc4_128_sha", false); user_pref("security.ssl3.rsa_des_ede3_sha", false); user_pref("security.ssl3.rsa_rc4_128_md5", false); user_pref("security.ssl3.rsa_rc4_128_sha", false); user_pref("security.tls.unrestricted_rc4_fallback", false); user_pref("social.remote-install.enabled", false); user_pref("social.share.activationPanelEnabled", false); user_pref("social.toast-notifications.enabled", false);
My @gunnersson Thunderbird settings user_pref("beacon.enabled", false); user_pref("browser.fixup.alternate.enabled", false); user_pref("browser.search.geoip.url", ""); user_pref("browser.send_pings", false); user_pref("browser.send_pings.require_same_host", true); user_pref("geo.enabled", false); user_pref("mail.chat.show_desktop_notifications", false); user_pref("mail.dsn.always_request_on", true); user_pref("mailnews.headers.showSender", true); user_pref("media.getusermedia.screensharing.enabled", false); user_pref("media.navigator.enabled", false); user_pref("media.navigator.video.enabled", false); user_pref("media.peerconnection.enabled", false); user_pref("media.peerconnection.turn.disable", true); user_pref("media.peerconnection.video.enabled", false); user_pref("messenger.startup.action", 0); user_pref("messenger.status.awayWhenIdle", false); user_pref("messenger.status.reportIdle", false); user_pref("network.cookie.cookieBehavior", 2); user_pref("network.IDN_show_punycode", true); user_pref("network.http.pipelining", true); user_pref("network.http.referer.spoofSource", true); user_pref("network.http.sendRefererHeader", 0); user_pref("plugin.default.state", 0); user_pref("plugin.state.flash", 0); user_pref("plugin.state.java", 0); user_pref("plugins.click_to_play", true); user_pref("privacy.donottrackheader.enabled", true); user_pref("purple.conversations.im.send_typing", false); user_pref("purple.logging.log_chats", false); user_pref("purple.logging.log_ims", false); user_pref("purple.logging.log_system", false); user_pref("security.OCSP.require", true); user_pref("security.cert_pinning.enforcement_level", 2); user_pref("security.mixed_content.block_active_content", true); user_pref("security.mixed_content.block_display_content", true); user_pref("security.ssl.require_safe_negotiation", true); user_pref("security.ssl.treat_unsafe_negotiation_as_broken", true); user_pref("security.ssl3.dhe_rsa_aes_128_sha", false); user_pref("security.ssl3.dhe_rsa_aes_256_sha", false); user_pref("security.ssl3.ecdhe_ecdsa_rc4_128_sha", false); user_pref("security.ssl3.ecdhe_rsa_rc4_128_sha", false); user_pref("security.ssl3.rsa_aes_128_sha", false); user_pref("security.ssl3.rsa_aes_256_sha", false); user_pref("security.ssl3.rsa_des_ede3_sha", false); user_pref("security.ssl3.rsa_rc4_128_md5", false); user_pref("security.ssl3.rsa_rc4_128_sha", false); user_pref("security.tls.unrestricted_rc4_fallback", false);
Mozilla lists and docu:
- http://kb.mozillazine.org/Category:Preferences URL tells by name
- http://kb.mozillazine.org/About:config_entries URL tells by name
- http://kb.mozillazine.org/Category:Security_and_privacy-related_preferences URL tells by name
- http://kb.mozillazine.org/Category:Configuration general info
Testing facilities:
- https://www.ssllabs.com/ssltest/viewMyClient.html mostly SSL/TLS and other network capabilities
- https://www.howsmyssl.com/ mostly SSL/TLS capabilities
- https://cc.dcsec.uni-hannover.de/ mostly cipher suites capabilities
- http://browserspy.dk/browser.php main browser info
- http://browserspy.dk/headers.php main headers
- http://browserspy.dk/ much other stuff
- https://panopticlick.eff.org/ tracking test, footprint test
Groups:
- Website Tracking (Beacons, Pings, different techniques used for evercookie, ...)
- Firefox Tracking (Healthreport, Addon Metadata)
- Security Settings (TLS-Features, WebGL, etc.)
- Privacy Settings (Referer, etc.)
- Unwanted Features (optional) (Pocket, Geo-Location, ...)
- Unwanted Features (obstrusive) (Phishing Protection, etc.)
Look into:
- Meta Referer: https://bugzilla.mozilla.org/show_bug.cgi?id=704320 is it already fine or can we even improve with this? How does it affect the referer settings?