tor-browser

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

browser.toml (224B)


      1 [DEFAULT]
      2 support-files = ["file_access_sanitized_pref.html"]
      3 
      4 ["browser_sanitization_events.js"]
      5 skip-if = [
      6  "ccov",
      7  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan",
      8  "tsan",
      9 ]