tor-browser

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

browser.toml (722B)


      1 [DEFAULT]
      2 support-files = [
      3  "head.js",
      4  "file_dom_notifications.html",
      5 ]
      6 
      7 ["browser_notification_close.js"]
      8 https_first_disabled = true
      9 skip-if = [
     10  "os == 'win'", # Bug 1227785
     11 ]
     12 
     13 ["browser_notification_do_not_disturb.js"]
     14 https_first_disabled = true
     15 
     16 ["browser_notification_open_settings.js"]
     17 https_first_disabled = true
     18 skip-if = [
     19  "os == 'win'", # Bug 1411118
     20 ]
     21 
     22 ["browser_notification_remove_permission.js"]
     23 https_first_disabled = true
     24 skip-if = [
     25  "os == 'win'", # Bug 1411118
     26 ]
     27 
     28 ["browser_notification_tab_switching.js"]
     29 https_first_disabled = true
     30 skip-if = [
     31  "os == 'win'", # Bug 1243263
     32 ]
     33 
     34 ["browser_notification_unexpected_script.js"]
     35 skip-if = [
     36  "debug", # Debug has a MOZ_CRASH on this code path
     37 ]