tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

xpcshell.toml (562B)


      1 [DEFAULT]
      2 run-if = [
      3  "os != 'android'",
      4 ]
      5 head = "head.js"
      6 firefox-appdir = "browser"
      7 prefs = [
      8  "browser.ipProtection.enabled=true",
      9  "browser.ipProtection.cacheDisabled=true",
     10 ]
     11 
     12 ["test_GuardianClient.js"]
     13 
     14 ["test_IPPChannelFilter.js"]
     15 
     16 ["test_IPPExceptionsManager.js"]
     17 
     18 ["test_IPPOnboardingMessageHelper.js"]
     19 
     20 ["test_IPPStartupCache.js"]
     21 
     22 ["test_IPProtection.js"]
     23 
     24 ["test_IPProtectionPanel.js"]
     25 
     26 ["test_IPProtectionServerlist.js"]
     27 
     28 ["test_IPProtectionService.js"]
     29 
     30 ["test_IPProtectionStates.js"]
     31 
     32 ["test_IPProtectionUsage.js"]
     33 
     34 ["test_IPProxyManager.js"]