forked from kiss-community/repo
firefox-privacy: improvements to policies.json
This commit is contained in:
parent
eba8dda203
commit
9290f31859
@ -1,2 +1,2 @@
|
|||||||
5944bab783c1abd73293bbc5f404f4e9da1bd5d4dc0e3ebaad201b58a123302f
|
5944bab783c1abd73293bbc5f404f4e9da1bd5d4dc0e3ebaad201b58a123302f
|
||||||
f4ce7ee2485256b3f8c2bc467445f14b4730a7b895b17de7a21711d78bcfedea
|
593342d390cb5589a4d0b5dce6d86e61f6e67cafe63672a1cc340370de0e687e
|
||||||
|
@ -1,21 +1,55 @@
|
|||||||
{
|
{
|
||||||
"policies": {
|
"policies": {
|
||||||
|
"AppAutoUpdate": false,
|
||||||
|
"AppUpdateURL": "http://localhost",
|
||||||
|
"CaptivePortal": false,
|
||||||
"DisableAppUpdate": true,
|
"DisableAppUpdate": true,
|
||||||
"DisableFirefoxStudies": true,
|
|
||||||
"DisablePocket": true,
|
|
||||||
"DisableTelemetry": true,
|
|
||||||
"DontCheckDefaultBrowser": true,
|
|
||||||
"DisableFeedbackCommands": true,
|
"DisableFeedbackCommands": true,
|
||||||
"DisableFirefoxAccounts": true,
|
"DisableFirefoxAccounts": true,
|
||||||
"DisableFirefoxScreenshots": true,
|
"DisableFirefoxScreenshots": true,
|
||||||
"DisableFirefoxStudies": true,
|
"DisableFirefoxStudies": true,
|
||||||
"DisableMasterPasswordCreation": true,
|
"DisableMasterPasswordCreation": true,
|
||||||
|
"DisablePocket": true,
|
||||||
"DisableSetDesktopBackground": true,
|
"DisableSetDesktopBackground": true,
|
||||||
"DisableSystemAddonUpdate": true,
|
"DisableSystemAddonUpdate": true,
|
||||||
|
"DisableTelemetry": true,
|
||||||
"DontCheckDefaultBrowser": true,
|
"DontCheckDefaultBrowser": true,
|
||||||
"ExtensionUpdate": false,
|
"ExtensionUpdate": false,
|
||||||
"NetworkPrediction": false,
|
"NetworkPrediction": false,
|
||||||
"OverridePostUpdatePage": "",
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
1.0 2
|
1.0 3
|
||||||
|
Loading…
Reference in New Issue
Block a user