tor-browser

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

browser.toml (240B)


      1 [DEFAULT]
      2 prefs = ["test.ime_content_observer.assert_invalid_cache=true"]
      3 skip-if = [
      4  "os == 'android'",
      5 ]
      6 
      7 ["browser_bug527935.js"]
      8 support-files = [
      9  "bug527935.html",
     10  "bug527935_2.html"
     11 ]
     12 
     13 ["browser_content_command_insert_text.js"]