Disable remote jar: URIs by default.

This commit is contained in:
Fedor 2020-03-12 20:40:52 +03:00
parent c46f9d6609
commit 7d8e75dc4d
1 changed files with 0 additions and 5 deletions

View File

@ -1688,12 +1688,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