2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
repo/extra/firefox-privacy/files/policies.json
2021-07-25 10:35:05 +03:00

56 lines
1.3 KiB
JSON

{
"policies": {
"AppAutoUpdate": false,
"AppUpdateURL": "http://localhost",
"CaptivePortal": false,
"DisableAppUpdate": 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": "",
"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"
}
}
}
}