[tor-commits] [tor-browser/tor-browser-78.2.0esr-10.0-1] fixup! Bug 40091: Load HTTPS Everywhere as a builtin addon in desktop

gk at torproject.org gk at torproject.org
Wed Sep 9 09:31:08 UTC 2020


commit 56cae1cf95d18c741ac3e71986e224a4a635a754
Author: Alex Catarineu <acat at torproject.org>
Date:   Tue Sep 8 18:55:02 2020 +0200

    fixup! Bug 40091: Load HTTPS Everywhere as a builtin addon in desktop
---
 browser/components/BrowserGlue.jsm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/browser/components/BrowserGlue.jsm b/browser/components/BrowserGlue.jsm
index 901d18a6b414..057a2121533c 100644
--- a/browser/components/BrowserGlue.jsm
+++ b/browser/components/BrowserGlue.jsm
@@ -1343,9 +1343,10 @@ BrowserGlue.prototype = {
       const HTTPS_EVERYWHERE_ID = "https-everywhere-eff at eff.org";
       const HTTPS_EVERYWHERE_BUILTIN_URL =
         "resource://torbutton/content/extensions/https-everywhere/";
-      // This does something similar as GeckoViewWebExtension.jsm: it tries to load the manifest
-      // to retrieve the version of the builtin and compares it to the currently installed one to
-      // see whether we need to install or not. Here we delegate that to
+      // This does something similar as GeckoViewWebExtension.jsm: it tries
+      // to load the manifest to retrieve the version of the builtin and
+      // compares it to the currently installed one to see whether we need
+      // to install or not. Here we delegate that to
       // AddonManager.maybeInstallBuiltinAddon.
       try {
         const resolvedURI = Services.io.newURI(



More information about the tor-commits mailing list