diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-23 04:29:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-23 04:29:08 +0000 |
commit | 0ce6c14b1b17b78e45c0592bd3e404adbc26ed3e (patch) | |
tree | c8c48fae9c5a35b94ab93af4fc24cf1d2fb4bdf1 /uriloader/exthandler/tests | |
parent | Adding upstream version 125.0.1. (diff) | |
download | firefox-0ce6c14b1b17b78e45c0592bd3e404adbc26ed3e.tar.xz firefox-0ce6c14b1b17b78e45c0592bd3e404adbc26ed3e.zip |
Adding upstream version 125.0.2.upstream/125.0.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'uriloader/exthandler/tests')
-rw-r--r-- | uriloader/exthandler/tests/mochitest/browser_download_idn_blocklist.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/uriloader/exthandler/tests/mochitest/browser_download_idn_blocklist.js b/uriloader/exthandler/tests/mochitest/browser_download_idn_blocklist.js index a5de2870af..0d49a898a0 100644 --- a/uriloader/exthandler/tests/mochitest/browser_download_idn_blocklist.js +++ b/uriloader/exthandler/tests/mochitest/browser_download_idn_blocklist.js @@ -24,10 +24,7 @@ server.registerFile(`/${encodeURIComponent(TEST_FILE)}`, file); */ add_task(async function test_idn_blocklisted_char_not_escaped() { await SpecialPowers.pushPrefEnv({ - set: [ - ["browser.download.always_ask_before_handling_new_types", false], - ["dom.block_download_insecure", false], - ], + set: [["browser.download.always_ask_before_handling_new_types", false]], }); info("Testing with " + TEST_URL); |