aboutsummaryrefslogtreecommitdiff
path: root/files/usr/local/lib/thunderbird/distribution/policies.json.desktop
diff options
context:
space:
mode:
Diffstat (limited to 'files/usr/local/lib/thunderbird/distribution/policies.json.desktop')
-rw-r--r--files/usr/local/lib/thunderbird/distribution/policies.json.desktop77
1 files changed, 77 insertions, 0 deletions
diff --git a/files/usr/local/lib/thunderbird/distribution/policies.json.desktop b/files/usr/local/lib/thunderbird/distribution/policies.json.desktop
new file mode 100644
index 0000000..517f04d
--- /dev/null
+++ b/files/usr/local/lib/thunderbird/distribution/policies.json.desktop
@@ -0,0 +1,77 @@
+{
+ "policies": {
+ "Cookies": {
+ "AcceptThirdParty": "never",
+ "RejectTracker": true
+ },
+ "Authentication": {
+ "SPNEGO": ["${domain}"],
+ "AllowNonFQDN": {
+ "SPNEGO": true
+ },
+ "AllowProxies": {
+ "SPNEGO": true
+ }
+ },
+ "AppAutoUpdate": false,
+ "DisableAppUpdate": true,
+ "CaptivePortal": false,
+ "Certificates": {
+ "Install": [
+ "${site_cacert_path}"
+ ]
+ },
+ "DisableTelemetry": true,
+ "DNSOverHTTPS": {
+ "Enabled": false
+ },
+ "ExtensionUpdate": true,
+ "Preferences": {
+ "dom.security.https_only_mode": {
+ "Value": true,
+ "Status": "locked"
+ },
+ "dom.push.connection.enabled": {
+ "Value": false,
+ "Status": "default"
+ },
+ "privacy.trackingprotection.socialtracking.enabled": {
+ "Value": false,
+ "Status": "locked"
+ },
+ "browser.safebrowsing.malware.enabled": {
+ "Value": false,
+ "Status": "locked"
+ },
+ "browser.safebrowsing.phishing.enabled": {
+ "Value": false,
+ "Status": "locked"
+ },
+ "browser.safebrowsing.downloads.enabled": {
+ "Value": false,
+ "Status": "locked"
+ },
+ "mail.shell.checkDefaultClient": {
+ "Value": false,
+ "Status": "locked"
+ },
+ "mail.phishing.detection.enabled": {
+ "Value": false,
+ "Status": "locked"
+ },
+ "font.size.variable.x-unicode": {
+ "Value": 13,
+ "Status": "default"
+ },
+ "font.size.variable.x-western": {
+ "Value": 13,
+ "Status": "default"
+ },
+ "mail.uifontsize": {
+ "Value": 13,
+ "Status": "default"
+ }
+ }
+ }
+}
+