2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/extra/firefox-privacy/files/policies.json

56 lines
1.3 KiB
JSON
Raw Normal View History

2019-12-04 01:12:30 +00:00
{
"policies": {
"AppAutoUpdate": false,
"AppUpdateURL": "http://localhost",
"CaptivePortal": false,
2019-12-04 01:12:30 +00:00
"DisableAppUpdate": true,
"DisableFeedbackCommands": true,
"DisableFirefoxAccounts": true,
"DisableFirefoxScreenshots": true,
"DisableFirefoxStudies": true,
"DisableMasterPasswordCreation": true,
"DisablePocket": true,
2019-12-04 01:12:30 +00:00
"DisableSetDesktopBackground": true,
"DisableSystemAddonUpdate": true,
"DisableTelemetry": true,
2019-12-04 01:12:30 +00:00
"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"
}
}
2019-12-04 01:12:30 +00:00
}
}