[tor-commits] [tor-browser/tor-browser-85.0b1-10.5-1] Bug 40073: Disable remote Public Suffix List fetching

gk at torproject.org gk at torproject.org
Tue Jan 12 08:37:43 UTC 2021


commit 2936663ba5cb7b37d1dbf5d8d4285ad8dbbefb95
Author: Alex Catarineu <acat at torproject.org>
Date:   Thu Aug 13 11:05:03 2020 +0200

    Bug 40073: Disable remote Public Suffix List fetching
    
    In https://bugzilla.mozilla.org/show_bug.cgi?id=1563246 Firefox implemented
    fetching the Public Suffix List via RemoteSettings and replacing the default
    one at runtime, which we do not want.
---
 browser/components/BrowserGlue.jsm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/browser/components/BrowserGlue.jsm b/browser/components/BrowserGlue.jsm
index a06f8d7885a2..f18193694cb3 100644
--- a/browser/components/BrowserGlue.jsm
+++ b/browser/components/BrowserGlue.jsm
@@ -65,7 +65,6 @@ XPCOMUtils.defineLazyModuleGetters(this, {
   PluralForm: "resource://gre/modules/PluralForm.jsm",
   PrivateBrowsingUtils: "resource://gre/modules/PrivateBrowsingUtils.jsm",
   ProcessHangMonitor: "resource:///modules/ProcessHangMonitor.jsm",
-  PublicSuffixList: "resource://gre/modules/netwerk-dns/PublicSuffixList.jsm",
   RemoteSettings: "resource://services-settings/remote-settings.js",
   RemoteSecuritySettings:
     "resource://gre/modules/psm/RemoteSecuritySettings.jsm",
@@ -2748,10 +2747,6 @@ BrowserGlue.prototype = {
         this._addBreachesSyncHandler();
       },
 
-      () => {
-        PublicSuffixList.init();
-      },
-
       () => {
         RemoteSecuritySettings.init();
       },





More information about the tor-commits mailing list