[Palemoon] Disable Microsoft Family Safety support (Windows 8.1).

This is basically a https MitM setup that is unwanted for Pale Moon.
Resolves #1000.
This commit is contained in:
wolfbeast
2019-03-14 09:01:12 +01:00
parent 709bc24e91
commit 0b4184ad35
@@ -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);