summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-03-14 09:01:12 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-03-14 09:04:52 +0100
commit0b4184ad359d635bb47ac526d4675e931e2fdeea (patch)
treeca6090411bfe5c70d953d51840ed86d7990151f1 /application
parent709bc24e9110eba12f94cfcb8db00a8338ac4098 (diff)
downloadUXP-0b4184ad359d635bb47ac526d4675e931e2fdeea.tar
UXP-0b4184ad359d635bb47ac526d4675e931e2fdeea.tar.gz
UXP-0b4184ad359d635bb47ac526d4675e931e2fdeea.tar.lz
UXP-0b4184ad359d635bb47ac526d4675e931e2fdeea.tar.xz
UXP-0b4184ad359d635bb47ac526d4675e931e2fdeea.zip
[Palemoon] Disable Microsoft Family Safety support (Windows 8.1).
This is basically a https MitM setup that is unwanted for Pale Moon. Resolves #1000.
Diffstat (limited to 'application')
-rw-r--r--application/palemoon/app/profile/palemoon.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/application/palemoon/app/profile/palemoon.js b/application/palemoon/app/profile/palemoon.js
index 3df5d7194..85dc41c15 100644
--- a/application/palemoon/app/profile/palemoon.js
+++ b/application/palemoon/app/profile/palemoon.js
@@ -1121,6 +1121,9 @@ pref("security.csp.speccompliant", true);
// Block insecure active content on https pages
pref("security.mixed_content.block_active_content", true);
+// Disable Microsoft Family Safety MitM support
+pref("security.family_safety.mode", 0);
+
// Override the Gecko-default value of false for Pale Moon.
pref("plain_text.wrap_long_lines", true);