browser.toml (705B)
1 [DEFAULT] 2 support-files = ["head.js"] 3 prefs = [ 4 # Show old design when Network Error Page new design is active 5 "security.certerrors.felt-privacy-v1=false" 6 ] 7 8 ["browser_CaptivePortalWatcher.js"] 9 skip-if = [ 10 "os == 'win'", # Bug 1313894 11 ] 12 13 ["browser_CaptivePortalWatcher_1.js"] 14 skip-if = [ 15 "os == 'win'", # Bug 1313894 16 ] 17 18 ["browser_captivePortalTabReference.js"] 19 20 ["browser_captivePortal_certErrorUI.js"] 21 skip-if = [ 22 "debug && verify-standalone", 23 ] 24 25 ["browser_captivePortal_https_only.js"] 26 27 ["browser_captivePortal_lna.js"] 28 support-files = ["head.js", "file_captivePortal_lna.html"] 29 30 ["browser_captivePortal_trr_mode3.js"] 31 https_first_disabled = true 32 33 ["browser_closeCapPortalTabCanonicalURL.js"]