browser.toml (893B)
1 [DEFAULT] 2 prefs = ["dom.security.https_first=false"] 3 support-files = [ 4 "download_page.html", 5 "download_server.sjs", 6 ] 7 8 ["browser_auto_upgrading_identity.js"] 9 support-files = [ 10 "auto_upgrading_identity.html", 11 "auto_upgrading_identity.png", 12 ] 13 14 ["browser_csp_block_all_mixedcontent_and_mixed_content_display_upgrade.js"] 15 support-files = [ 16 "file_csp_block_all_mixedcontent_and_mixed_content_display_upgrade.html", 17 "pass.png", 18 "test.webm", 19 "test.wav", 20 ] 21 22 ["browser_mixed_content_auth_download.js"] 23 support-files = [ 24 "file_auth_download_page.html", 25 "file_auth_download_server.sjs", 26 ] 27 28 ["browser_mixed_content_auto_upgrade_display_console.js"] 29 support-files = ["file_mixed_content_auto_upgrade_display_console.html"] 30 31 ["browser_test_mixed_content_download.js"] 32 skip-if = [ 33 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt", # Bug 1784764 34 ]