tor-browser

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

browser.toml (339B)


      1 [DEFAULT]
      2 
      3 ["browser_principalSerialization_csp.js"]
      4 
      5 ["browser_principalSerialization_json.js"]
      6 skip-if = [
      7  "debug", # deliberately bypass assertions when deserializing. Bug 965637 removed the CSP from Principals, but the remaining bits in such Principals should deserialize correctly.
      8 ]
      9 
     10 ["browser_principalSerialization_version1.js"]