tor-browser

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

browser.toml (248B)


      1 [DEFAULT]
      2 
      3 ["browser_permmgr_sync.js"]
      4 # The browser_permmgr_sync test  runs code
      5 # paths which would hit the debug only assertion in
      6 # PermissionManager::PermissionKey::CreateFromPrincipal.
      7 skip-if = [
      8  "debug",
      9 ]
     10 
     11 ["browser_permmgr_viewsrc.js"]