Pier Angelo Vendrame pushed to branch tor-browser-146.0a1-16.0-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • toolkit/components/tor-launcher/TorDomainIsolator.sys.mjs
    ... ... @@ -19,7 +19,7 @@ ChromeUtils.defineESModuleGetters(lazy, {
    19 19
     XPCOMUtils.defineLazyServiceGetters(lazy, {
    
    20 20
       ProtocolProxyService: [
    
    21 21
         "@mozilla.org/network/protocol-proxy-service;1",
    
    22
    -    "nsIProtocolProxyService",
    
    22
    +    Ci.nsIProtocolProxyService,
    
    23 23
       ],
    
    24 24
     });
    
    25 25