tor-browser

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

xpcshell.toml (177B)


      1 [DEFAULT]
      2 run-if = [
      3  "os != 'android'",
      4 ]
      5 head =  ''
      6 # make the firefox services (eg newtab-service) available to xpcshell
      7 firefox-appdir = "browser"
      8 
      9 ["test_getURIFlags.js"]