tor-browser

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

browser_bug1717599_XDG-CONFIG-HOME.toml (394B)


      1 [DEFAULT]
      2 skip-if = [
      3  "ccov",
      4  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan", # bug 1784517
      5  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && tsan", # bug 1784517
      6 ]
      7 tags = "contentsandbox"
      8 environment = "XDG_CONFIG_HOME="
      9 
     10 ["browser_content_sandbox_bug1717599_XDG-CONFIG-HOME.js"]
     11 run-if = [
     12  "os == 'linux'",
     13 ]