diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /dom/security/test/https-only/browser.toml | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dom/security/test/https-only/browser.toml')
-rw-r--r-- | dom/security/test/https-only/browser.toml | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/dom/security/test/https-only/browser.toml b/dom/security/test/https-only/browser.toml new file mode 100644 index 0000000000..2cba418aff --- /dev/null +++ b/dom/security/test/https-only/browser.toml @@ -0,0 +1,62 @@ +[DEFAULT] +prefs = ["dom.security.https_first=false"] + +["browser_background_redirect.js"] +support-files = ["file_background_redirect.sjs"] + +["browser_bug1874801.js"] +support-files = [ + "file_bug1874801.sjs", + "file_bug1874801.html", +] + +["browser_console_logging.js"] +support-files = ["file_console_logging.html"] + +["browser_continue_button_delay.js"] + +["browser_cors_mixedcontent.js"] +support-files = ["file_cors_mixedcontent.html"] + +["browser_hsts_host.js"] +support-files = [ + "hsts_headers.sjs", + "file_fragment_noscript.html", +] + +["browser_httpsonly_prefs.js"] + +["browser_httpsonly_speculative_connect.js"] +support-files = ["file_httpsonly_speculative_connect.html"] + +["browser_iframe_test.js"] +skip-if = [ + "os == 'linux' && bits == 64", # Bug 1735565 + "os == 'win' && bits == 64", # Bug 1735565 +] +support-files = ["file_iframe_test.sjs"] + +["browser_navigation.js"] +support-files = ["file_redirect_to_insecure.sjs"] + +["browser_redirect_tainting.js"] +support-files = ["file_redirect_tainting.sjs"] + +["browser_save_as.js"] +support-files = ["file_save_as.html"] + +["browser_triggering_principal_exemption.js"] + +["browser_upgrade_exceptions.js"] + +["browser_upgrade_exemption.js"] + +["browser_user_gesture.js"] +support-files = ["file_user_gesture.html"] + +["browser_websocket_exceptions.js"] +skip-if = ["os == 'android'"] # WebSocket tests are not supported on Android Yet. Bug 1566168. +support-files = [ + "file_websocket_exceptions.html", + "file_websocket_exceptions_iframe.html", +] |