mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
firefox-privacy: improvements to policies.json
This commit is contained in:
parent
eba8dda203
commit
9290f31859
@ -1,2 +1,2 @@
|
||||
5944bab783c1abd73293bbc5f404f4e9da1bd5d4dc0e3ebaad201b58a123302f
|
||||
f4ce7ee2485256b3f8c2bc467445f14b4730a7b895b17de7a21711d78bcfedea
|
||||
593342d390cb5589a4d0b5dce6d86e61f6e67cafe63672a1cc340370de0e687e
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
1.0 2
|
||||
1.0 3
|
||||
|
Loading…
Reference in New Issue
Block a user