mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
policies.json: comment what is unclear and I understand, clear what I don't understand
This commit is contained in:
parent
3ec414c933
commit
294bcb4049
@ -272,7 +272,7 @@
|
|||||||
"Value": 120
|
"Value": 120
|
||||||
},
|
},
|
||||||
"browser.aboutConfig.showWarning": {
|
"browser.aboutConfig.showWarning": {
|
||||||
"Status": "locked",
|
"Status": "default",
|
||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": false
|
"Value": false
|
||||||
},
|
},
|
||||||
@ -312,17 +312,19 @@
|
|||||||
"Value": "en, fi"
|
"Value": "en, fi"
|
||||||
},
|
},
|
||||||
"browser.discovery.enabled": {
|
"browser.discovery.enabled": {
|
||||||
|
"Comment": "This means personalized extension recommendations in extension management.",
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": false
|
"Value": false
|
||||||
},
|
},
|
||||||
"extensions.htmlaboutaddons.recommendations.enabled": {
|
"extensions.htmlaboutaddons.recommendations.enabled": {
|
||||||
|
"Comment": "This means the same, but without personalization.",
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": false
|
"Value": false
|
||||||
},
|
},
|
||||||
|
|
||||||
"browser.crashReports.unsubmittedCheck.autoSubmit2": {
|
"browser.crashReports.unsubmittedCheck.autoSubmit2": {
|
||||||
|
"Comment": "Automatically sending crash reports, but letting the user say no.",
|
||||||
"Status": "default",
|
"Status": "default",
|
||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": true
|
"Value": true
|
||||||
@ -356,11 +358,13 @@
|
|||||||
"Value": true
|
"Value": true
|
||||||
},
|
},
|
||||||
"extensions.webextensions.restrictedDomains": {
|
"extensions.webextensions.restrictedDomains": {
|
||||||
|
"Comment": "Don't protect Mozilla domains from privacy extensions.",
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
"Type": "string",
|
"Type": "string",
|
||||||
"Value": ""
|
"Value": ""
|
||||||
},
|
},
|
||||||
"general.config.obscure_value": {
|
"general.config.obscure_value": {
|
||||||
|
"Comment": "Required for autoconfig.",
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
"Type": "number",
|
"Type": "number",
|
||||||
"Value": 0
|
"Value": 0
|
||||||
@ -392,16 +396,19 @@
|
|||||||
"Value": "1.5"
|
"Value": "1.5"
|
||||||
},
|
},
|
||||||
"layout.css.prefers-color-scheme.content-override": {
|
"layout.css.prefers-color-scheme.content-override": {
|
||||||
|
"Comment": "Dark theme by default, disabling allowed",
|
||||||
"Status": "default",
|
"Status": "default",
|
||||||
"Type": "number",
|
"Type": "number",
|
||||||
"Value": 0
|
"Value": 0
|
||||||
},
|
},
|
||||||
"media.autoplay.default": {
|
"media.autoplay.default": {
|
||||||
|
"Comment": "Not even autoplaying silently?",
|
||||||
"Status": "default",
|
"Status": "default",
|
||||||
"Type": "number",
|
"Type": "number",
|
||||||
"Value": 5
|
"Value": 5
|
||||||
},
|
},
|
||||||
"network.IDN_show_punycode": {
|
"network.IDN_show_punycode": {
|
||||||
|
"Comment": "Protection against identically looking unicode domain names",
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": true
|
"Value": true
|
||||||
@ -441,14 +448,10 @@
|
|||||||
"Value": true
|
"Value": true
|
||||||
},
|
},
|
||||||
"network.http.referer.XOriginTrimmingPolicy": {
|
"network.http.referer.XOriginTrimmingPolicy": {
|
||||||
"Status": "default",
|
"Status": "clear"
|
||||||
"Type": "number",
|
|
||||||
"Value": 2
|
|
||||||
},
|
},
|
||||||
"network.http.referer.defaultPolicy": {
|
"network.http.referer.defaultPolicy": {
|
||||||
"Status": "default",
|
"Status": "clear"
|
||||||
"Type": "number",
|
|
||||||
"Value": 1
|
|
||||||
},
|
},
|
||||||
"network.http.speculative-parallel-limit": {
|
"network.http.speculative-parallel-limit": {
|
||||||
"Status": "clear"
|
"Status": "clear"
|
||||||
@ -484,6 +487,7 @@
|
|||||||
"Value": false
|
"Value": false
|
||||||
},
|
},
|
||||||
"pdfjs.enableScripting": {
|
"pdfjs.enableScripting": {
|
||||||
|
"Comment": "I don't see a good reason for allowing scripts in pdf files in a web browser.",
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": false
|
"Value": false
|
||||||
@ -563,11 +567,13 @@
|
|||||||
"Value": false
|
"Value": false
|
||||||
},
|
},
|
||||||
"privacy.userContext.enabled": {
|
"privacy.userContext.enabled": {
|
||||||
|
"Comment": "Tab containers",
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": true
|
"Value": true
|
||||||
},
|
},
|
||||||
"privacy.userContext.ui.enabled": {
|
"privacy.userContext.ui.enabled": {
|
||||||
|
"Comment": "Tab containers UI without extensions",
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
"Type": "boolean",
|
"Type": "boolean",
|
||||||
"Value": true
|
"Value": true
|
||||||
@ -611,6 +617,7 @@
|
|||||||
"Value": true
|
"Value": true
|
||||||
},
|
},
|
||||||
"ui.systemUsesDarkTheme": {
|
"ui.systemUsesDarkTheme": {
|
||||||
|
"Comment": "Another defaulting to dark theme.",
|
||||||
"Status": "default",
|
"Status": "default",
|
||||||
"Type": "number",
|
"Type": "number",
|
||||||
"Value": 1
|
"Value": 1
|
||||||
|
Loading…
Reference in New Issue
Block a user