summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-01-14 15:29:08 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-01-14 15:29:08 +0100
commitcbbae724313c014fe858debbe676298fdb42463c (patch)
tree66438a1299a56e00a5215266fa91e4e1d7844240 /modules
parent1392abe1def56308c0cee4ab834c3968040272b9 (diff)
downloadUXP-cbbae724313c014fe858debbe676298fdb42463c.tar
UXP-cbbae724313c014fe858debbe676298fdb42463c.tar.gz
UXP-cbbae724313c014fe858debbe676298fdb42463c.tar.lz
UXP-cbbae724313c014fe858debbe676298fdb42463c.tar.xz
UXP-cbbae724313c014fe858debbe676298fdb42463c.zip
Issue #1353 - Disable remote jar: URIs by default.
Considering the one exception this was still enabled for on all versions of Firefox since 45 until our fork point is no longer applicable. This resolves #1353
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index 64522fcaf..048cbe37a 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -1692,12 +1692,7 @@ pref("dom.server-events.default-reconnection-time", 5000); // in milliseconds
// by the jar channel.
pref("network.jar.open-unsafe-types", false);
// If true, loading remote JAR files using the jar: protocol will be prevented.
-#ifdef RELEASE_OR_BETA
-// Keep allowing remote JAR files for IBM iNotes (see bug 1255139) for now.
-pref("network.jar.block-remote-files", false);
-#else
pref("network.jar.block-remote-files", true);
-#endif
// This preference, if true, causes all UTF-8 domain names to be normalized to
// punycode. The intention is to allow UTF-8 domain names as input, but never