This commit is contained in:
fxbrit 2022-02-07 02:16:22 +01:00
parent 3ba007292f
commit 5cdae00db1
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
}, },
"Extensions": { "Extensions": {
"Install": [ "Install": [
"https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-1.40.2-an+fx.xpi" "https://addons.cdn.mozilla.net/user-media/addons/607454/ublock_origin-1.40.8-an+fx.xpi"
], ],
"Uninstall": [ "Uninstall": [
"google@search.mozilla.org", "google@search.mozilla.org",

View file

@ -23,7 +23,7 @@ defaultPref("security.insecure_connection_text.enabled", true); // display http
defaultPref("browser.places.speculativeConnect.enabled", false); defaultPref("browser.places.speculativeConnect.enabled", false);
``` ```
### Changed preferences #### Changed preferences
``` ```
pref("security.tls.version.enable-deprecated", false); // make TLS downgrades session only by enforcing it with pref() pref("security.tls.version.enable-deprecated", false); // make TLS downgrades session only by enforcing it with pref()
``` ```