summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-03-14 09:01:12 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-03-23 01:58:25 +0100
commit9676ebdced627a3b999657aee93b355046f86a6d (patch)
tree94f3b1e775b266624785aa9f9b85137962f7de7a
parent333c64ef30a6120802f2f356c34f73f46e68269f (diff)
downloaduxp-9676ebdced627a3b999657aee93b355046f86a6d.tar.gz
[Palemoon] Disable Microsoft Family Safety support (Windows 8.1).
This is basically a https MitM setup that is unwanted for Pale Moon. Resolves #1000.
-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 43f020f9a1..f514d9bb90 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);