[Mypal] Disable Microsoft Family Safety support

master
Fedor 2019-03-30 04:53:22 +03:00
parent f1cb88e098
commit 6754c00a50
1 changed files with 3 additions and 0 deletions

View File

@ -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);