tor-browser

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

xpcshell.toml (168B)


      1 [DEFAULT]
      2 run-if = [
      3  "os != 'android'",
      4 ]
      5 firefox-appdir = "browser"
      6 tags = "os_integration"
      7 
      8 ["test_macOS_showSecurityPreferences.js"]
      9 run-if = [
     10  "os == 'mac'",
     11 ]