mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-21 03:48:43 +00:00
[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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user