[X2Go-Commits] [pale-moon] 112/294: [Palemoon] Disable Microsoft Family Safety support (Windows 8.1).

git-admin at x2go.org git-admin at x2go.org
Sat Apr 27 08:57:57 CEST 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch upstream/28.5.0
in repository pale-moon.

commit 0b4184ad359d635bb47ac526d4675e931e2fdeea
Author: wolfbeast <mcwerewolf at wolfbeast.com>
Date:   Thu Mar 14 09:01:12 2019 +0100

    [Palemoon] Disable Microsoft Family Safety support (Windows 8.1).
    
    This is basically a https MitM setup that is unwanted for Pale Moon.
    Resolves #1000.
---
 application/palemoon/app/profile/palemoon.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/application/palemoon/app/profile/palemoon.js b/application/palemoon/app/profile/palemoon.js
index 3df5d71..85dc41c 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);
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pale-moon.git


More information about the x2go-commits mailing list