[tor-commits] [torbirdy/master] Disable Microsoft Family Safety

sukhbir at torproject.org sukhbir at torproject.org
Thu Jun 15 23:39:49 UTC 2017


commit c1d5099bb496d8687e9aece60ed1eb71eb46c518
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Thu Jun 15 19:38:36 2017 -0400

    Disable Microsoft Family Safety
    
    From TorBirdy bug #22318 and Tor Browser bug #21686.
---
 components/torbirdy.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/components/torbirdy.js b/components/torbirdy.js
index 1dd7cd1..e6177ba 100644
--- a/components/torbirdy.js
+++ b/components/torbirdy.js
@@ -320,6 +320,9 @@ var TorBirdyPrefs = {
   "browser.safebrowsing.enabled": false,
   "browser.safebrowsing.malware.enabled": false,
 
+  // Disable Microsoft Family Safety (From TBB: #21686).
+  "security.family_safety.mode": 0,
+
   // RSS.
   "rss.display.prefer_plaintext": true,
   // These are similar to the mailnews.* settings.



More information about the tor-commits mailing list