You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
includes links to the commits made for each pref, links to bugzilla tickets, our discussions etc.
renumbered a few sections to make room for our new section4600: RFP (4500) ALTERNATIVES
privacy.resistFingerprinting will make more and more prefs obsolete. Instead of removing them from the user.js we'll move them to this section so that ESR and non-RFP users can continue to use them. We also added a reminder to the README section of the user.js:
commented out: (don't forget to reset these in about:config if necessary!)
//user_pref("dom.indexedDB.enabled", false);//user_pref("dom.presentation.controller.enabled", false);//user_pref("dom.presentation.discoverable", false);//user_pref("dom.presentation.discovery.enabled", false);//user_pref("dom.presentation.enabled", false);//user_pref("dom.presentation.receiver.enabled", false);//user_pref("dom.presentation.session_transport.data_channel.enable", false);//user_pref("dom.vr.enabled", false);//user_pref("dom.w3c_touch_events.enabled", 0);//user_pref("font.name.monospace.x-unicode", "Lucida Console");//user_pref("font.name.monospace.x-western", "Lucida Console");//user_pref("font.name.sans-serif.x-unicode", "Arial");//user_pref("font.name.sans-serif.x-western", "Arial");//user_pref("font.name.serif.x-unicode", "Georgia");//user_pref("font.name.serif.x-western", "Georgia");//user_pref("gfx.direct2d.disabled", true);//user_pref("media.mediasource.enabled", false); // previously active with value: true//user_pref("media.mediasource.mp4.enabled", false); // previously active with value: true//user_pref("media.mediasource.webm.audio.enabled", false); // previously active with value: true//user_pref("media.mediasource.webm.enabled", false); // previously active with value: 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_aes_128_sha", false);//user_pref("security.ssl3.ecdhe_rsa_aes_128_sha", false);//user_pref("security.ssl3.rsa_des_ede3_sha", false);
moved to 4600: RFP (4500) ALTERNATIVES:
user_pref("browser.zoom.siteSpecific",false);// user_pref("device.sensors.enabled", false); // active in 55alphauser_pref("dom.enable_performance",false);user_pref("dom.enable_resource_timing",false);// user_pref("dom.gamepad.enabled", false); // active in 55alpha// user_pref("dom.maxHardwareConcurrency", 2);user_pref("dom.netinfo.enabled",false);user_pref("geo.enabled",false);user_pref("geo.wifi.logging.enabled",false);user_pref("geo.wifi.uri","");user_pref("geo.wifi.xhr.timeout",1);user_pref("media.webspeech.recognition.enable",false);user_pref("media.webspeech.synth.enabled",false);
moved to 9999: DEPRECATED / REMOVED:
extensions.formautofill.experimental
extensions.screenshots.system-disabled
Any and all help, suggestions, recommendations, links, tips and tricks, questions, thank you's or whathaveyou are welcome - signup/login and start typing - thanks
The text was updated successfully, but these errors were encountered:
changelog: [all changes]
4600: RFP (4500) ALTERNATIVES
privacy.resistFingerprinting
will make more and more prefs obsolete. Instead of removing them from the user.js we'll move them to this section so that ESR and non-RFP users can continue to use them. We also added a reminder to the README section of the user.js:add-ons
withextensions
:)_user.js.parrot
all pref changes:
4600: RFP (4500) ALTERNATIVES
:9999: DEPRECATED / REMOVED
:Any and all help, suggestions, recommendations, links, tips and tricks, questions, thank you's or whathaveyou are welcome - signup/login and start typing - thanks
The text was updated successfully, but these errors were encountered: