diff options
| author | Sukhbir Singh <sukhbir@torproject.org> | 2017-06-15 19:38:36 -0400 |
|---|---|---|
| committer | Sukhbir Singh <sukhbir@torproject.org> | 2017-06-15 19:38:36 -0400 |
| commit | c1d5099bb496d8687e9aece60ed1eb71eb46c518 (patch) | |
| tree | 9acce45ad0e79177acd4f993ddee3e3bde6c529d | |
| parent | 7b58fc6e1819d53a5a04299f7a6b58810db85b08 (diff) | |
Disable Microsoft Family Safety
From TorBirdy bug #22318 and Tor Browser bug #21686.
| -rw-r--r-- | components/torbirdy.js | 3 |
1 files changed, 3 insertions, 0 deletions
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. |
