tor-browser

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

browser.toml (526B)


      1 [DEFAULT]
      2 run-if = [
      3  "crashreporter",
      4 ]
      5 support-files = [
      6  "head.js",
      7  "file_contains_emptyiframe.html",
      8  "file_iframe.html",
      9 ]
     10 tags = "os_integration"
     11 
     12 ["browser_autoSubmitRequest.js"]
     13 
     14 ["browser_launchFail.js"]
     15 
     16 ["browser_multipleCrashedTabs.js"]
     17 https_first_disabled = true
     18 
     19 ["browser_noPermanentKey.js"]
     20 skip-if = [
     21  "true", # Bug 1383315
     22 ]
     23 
     24 ["browser_printpreview_crash.js"]
     25 https_first_disabled = true
     26 
     27 ["browser_showForm.js"]
     28 
     29 ["browser_shown.js"]
     30 
     31 ["browser_shownRestartRequired.js"]
     32 
     33 ["browser_withoutDump.js"]