tor-browser

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

browser_bug1717599_XDG-CONFIG-DIRS.toml (502B)


      1 # Any copyright is dedicated to the Public Domain.
      2 # http://creativecommons.org/publicdomain/zero/1.0/
      3 [DEFAULT]
      4 skip-if = [
      5  "ccov",
      6  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan", # bug 1784517
      7  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && tsan", # bug 1784517
      8 ]
      9 tags = "contentsandbox"
     10 environment = "XDG_CONFIG_DIRS=:/opt"
     11 
     12 ["browser_content_sandbox_bug1717599_XDG-CONFIG-DIRS.js"]
     13 run-if = [
     14  "os == 'linux'",
     15 ]