diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:33 +0000 |
commit | 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 (patch) | |
tree | a4f824bd33cb075dd5aa3eb5a0a94af221bbe83a /browser/components/enterprisepolicies/schemas | |
parent | Adding debian version 124.0.1-1. (diff) | |
download | firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.tar.xz firefox-086c044dc34dfc0f74fbe41f4ecb402b2cd34884.zip |
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'browser/components/enterprisepolicies/schemas')
-rw-r--r-- | browser/components/enterprisepolicies/schemas/policies-schema.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/browser/components/enterprisepolicies/schemas/policies-schema.json b/browser/components/enterprisepolicies/schemas/policies-schema.json index cfb04e841f..a1ccaed74f 100644 --- a/browser/components/enterprisepolicies/schemas/policies-schema.json +++ b/browser/components/enterprisepolicies/schemas/policies-schema.json @@ -90,6 +90,14 @@ } }, + "AutofillAddressEnabled": { + "type": "boolean" + }, + + "AutofillCreditCardEnabled": { + "type": "boolean" + }, + "AutoLaunchProtocolsFromOrigins": { "type": ["array", "JSON"], "items": { @@ -227,6 +235,36 @@ } }, + "ContentAnalysis": { + "type": "object", + "properties": { + "Enabled": { + "type": "boolean" + }, + "PipePathName": { + "type": "string" + }, + "AgentTimeout": { + "type": "number" + }, + "AllowUrlRegexList": { + "type": "string" + }, + "DenyUrlRegexList": { + "type": "string" + }, + "IsPerUser": { + "type": "boolean" + }, + "ShowBlockedResult": { + "type": "boolean" + }, + "DefaultAllow": { + "type": "boolean" + } + } + }, + "Cookies": { "type": "object", "properties": { |