summaryrefslogtreecommitdiffstats
path: root/browser/components/enterprisepolicies/schemas/policies-schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/enterprisepolicies/schemas/policies-schema.json')
-rw-r--r--browser/components/enterprisepolicies/schemas/policies-schema.json26
1 files changed, 25 insertions, 1 deletions
diff --git a/browser/components/enterprisepolicies/schemas/policies-schema.json b/browser/components/enterprisepolicies/schemas/policies-schema.json
index 3c578f2c4b..7058efb698 100644
--- a/browser/components/enterprisepolicies/schemas/policies-schema.json
+++ b/browser/components/enterprisepolicies/schemas/policies-schema.json
@@ -265,7 +265,10 @@
"ShowBlockedResult": {
"type": "boolean"
},
- "DefaultAllow": {
+ "DefaultResult": {
+ "type": "number"
+ },
+ "BypassForSameTabOperations": {
"type": "boolean"
}
}
@@ -426,6 +429,10 @@
"type": "boolean"
},
+ "DisableEncryptedClientHello": {
+ "type": "boolean"
+ },
+
"DisableFeedbackCommands": {
"type": "boolean"
},
@@ -832,6 +839,19 @@
}
},
+ "HttpAllowlist": {
+ "type": "array",
+ "strict": false,
+ "items": {
+ "type": "origin"
+ }
+ },
+
+ "HttpsOnlyMode": {
+ "type": "string",
+ "enum": ["allowed", "disallowed", "enabled", "force_enabled"]
+ },
+
"InstallAddonsPermission": {
"type": "object",
"properties": {
@@ -1180,6 +1200,10 @@
}
},
+ "PostQuantumKeyAgreementEnabled": {
+ "type": "boolean"
+ },
+
"Preferences": {
"type": ["object", "JSON"],
"patternProperties": {