tor-browser

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

browser_snap.toml (652B)


      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 support-files = [
     11  "browser_content_sandbox_utils.js",
     12  "browser_content_sandbox_fs_tests.js",
     13 ]
     14 test-directories = "/tmp/.snap_firefox_current_real/"
     15 environment = "SNAP=/tmp/.snap_firefox_current_real/"
     16 
     17 ["browser_content_sandbox_fs_snap.js"]
     18 run-if = [
     19  "os == 'linux'",
     20 ]