firefox-privacy: improvements to policies.json

This commit is contained in:
Dylan Araps 2021-07-25 10:35:05 +03:00
parent eba8dda203
commit 9290f31859
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
3 changed files with 41 additions and 7 deletions

View File

@ -1,2 +1,2 @@
5944bab783c1abd73293bbc5f404f4e9da1bd5d4dc0e3ebaad201b58a123302f
f4ce7ee2485256b3f8c2bc467445f14b4730a7b895b17de7a21711d78bcfedea
593342d390cb5589a4d0b5dce6d86e61f6e67cafe63672a1cc340370de0e687e

View File

@ -1,21 +1,55 @@
{
"policies": {
"AppAutoUpdate": false,
"AppUpdateURL": "http://localhost",
"CaptivePortal": false,
"DisableAppUpdate": true,
"DisableFirefoxStudies": true,
"DisablePocket": true,
"DisableTelemetry": true,
"DontCheckDefaultBrowser": true,
"DisableFeedbackCommands": true,
"DisableFirefoxAccounts": true,
"DisableFirefoxScreenshots": true,
"DisableFirefoxStudies": true,
"DisableMasterPasswordCreation": true,
"DisablePocket": true,
"DisableSetDesktopBackground": true,
"DisableSystemAddonUpdate": true,
"DisableTelemetry": true,
"DontCheckDefaultBrowser": true,
"ExtensionUpdate": false,
"NetworkPrediction": false,
"OverridePostUpdatePage": "",
"CaptivePortal": false
"DNSOverHTTPS": {
"Enabled": false
},
"EnableTrackingProtection" : {
"Value": false
},
"EncryptedMediaExtensions": {
"Enabled": false
},
"Permissions": {
"Camera": {
"BlockNewRequests": true
},
"Microphone": {
"BlockNewRequests": true
},
"Location": {
"BlockNewRequests": true
},
"Notifications": {
"BlockNewRequests": true
},
"Autoplay": {
"Default": "block-audio-video"
}
}
}
}

View File

@ -1 +1 @@
1.0 2
1.0 3