diff --git a/user.js b/user.js index 1a6b3d3..3700980 100644 --- a/user.js +++ b/user.js @@ -108,7 +108,7 @@ user_pref("app.update.auto", false); // Disable background update staging user_pref("app.update.staging.enabled", false); // ------------------------------------- -// This is the update available, downloaded, error and success information +// Disable update available, downloaded, error and success information user_pref("app.update.silent", false); // ------------------------------------- // Disable auto-INSTALLING extension and theme updates @@ -249,7 +249,7 @@ user_pref("places.history.enabled", false); // Control the sizes of default smart bookmarks categories // user_pref("browser.places.smartBookmarks.max", 1); // [HIDDEN PREF] // ------------------------------------- -// Defines whether an RSS indicator is displayed in the address bar +// Define whether an RSS indicator is displayed in the address bar // user_pref("browser.urlbar.rss", false); // // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -371,10 +371,10 @@ user_pref("security.tls.enable_0rtt_data", false); // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> // OCSP (Online Certificate Status Protocol) // >>>>>>>>>>>>>>>>>>>>> -// Enable OCSP Stapling +// Disable OCSP Stapling user_pref("security.ssl.enable_ocsp_stapling", false); // ------------------------------------- -// Control when to use OCSP fetching (to confirm current validity of certificates) +// Disable using OCSP fetching (to confirm current validity of certificates) user_pref("security.OCSP.enabled", 0); user_pref("services.sync.prefs.sync.security.OCSP.enabled", false); user_pref("security.OCSP.GET.enabled", false); @@ -478,7 +478,7 @@ user_pref("network.http.referer.XOriginTrimmingPolicy", 2); // Enable the DNT (Do Not Track) HTTP header user_pref("privacy.donottrackheader.enabled", false); // ------------------------------------- -// Blocking of authentication-locked cross-origin image subresources by default to prevent spurious auth prompts +// Block authentication-locked cross-origin image subresources by default to prevent spurious auth prompts // user_pref("network.auth.subresource-http-img-XO-auth", true); // // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -583,7 +583,7 @@ user_pref("dom.popup_allowed_events", "click dblclick mousedown pointerdown"); // Control whether content can be scrolled if a context menu is open user_pref("ui.menu.allow_content_scroll", true); // ------------------------------------- -// Defines whether the restored browser session window is displayed at the same location when it was terminated in the last session +// Define whether the restored browser session window is displayed at the same location when it was terminated in the last session user_pref("browser.sessionstore.exactPos", true); // // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -792,7 +792,7 @@ user_pref("browser.identity.display_punycode", 1); // Enable the use of HSTS (HTTP Strict Transport Security) user_pref("network.stricttransportsecurity.enabled", true); // ------------------------------------- -// Defines whether a padlock icon is shown on secure sites +// Define whether a padlock icon is shown on secure sites user_pref("browser.padlock.shown", true); // // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> @@ -907,7 +907,7 @@ user_pref("browser.startup.homepage_override.buildID", "20181001000000"); // Fir user_pref("network.http.useragent.global_override", "Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0"); // Firefox ESR Agent user_pref("general.useragent.updates.url", ""); // ------------------------------------- -// Sets a preferred language for spellchecking, overides document/element languages +// Set a preferred language for spellchecking, overrides document/element languages user_pref("spellchecker.dictionary.override", ""); // ------------------------------------- // AUS testing/override the app.update.url.override @@ -970,7 +970,7 @@ user_pref("dom.archivereader.enabled", false); // Resize other tabs when closing a tab // user_pref("browser.tabs.resize_immediately", true); // ------------------------------------- -// Defines whether animated lightweight themes (Personas) are allowed +// Define whether animated lightweight themes (Personas) are allowed user_pref("lightweightThemes.animation.enabled", false); // // >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>