From 5cdae00db182bd34dcf1608369a43eeb34355407 Mon Sep 17 00:00:00 2001 From: fxbrit Date: Mon, 7 Feb 2022 02:16:22 +0100 Subject: [PATCH] #143 + typo --- distribution/policies.json | 2 +- docs/Changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distribution/policies.json b/distribution/policies.json index 1abebc9..573da12 100644 --- a/distribution/policies.json +++ b/distribution/policies.json @@ -29,7 +29,7 @@ }, "Extensions": { "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": [ "google@search.mozilla.org", diff --git a/docs/Changelog.md b/docs/Changelog.md index 87e0dec..e6c6f8c 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -23,7 +23,7 @@ defaultPref("security.insecure_connection_text.enabled", true); // display http 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() ```