Skip to content

ExemptDomainFileTypePairsFromFileTypeDownloadWarnings

Disable warnings based on file extension for specific file types on domains. This policy is based on the Chrome policy of the same name.

FirefoxFirefox ESRFirefox Enterprise
Available since 102Available since 102Available since 149

CCK2 Equivalent: N/A
OMA-URI: ExemptDomainFileTypePairsFromFileTypeDownloadWarnings
Preferences Affected: N/A

policies.json
{
"policies": {
"ExemptDomainFileTypePairsFromFileTypeDownloadWarnings": [
{
"file_extension": "jnlp",
"domains": [
"example.com"
]
}
]
}
}
JSON schema
ExemptDomainFileTypePairsFromFileTypeDownloadWarnings JSON schema
{
"type": "array",
"items": {
"type": "object",
"properties": {
"file_extension": {
"type": "string"
},
"domains": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
Software\Policies\Mozilla\Firefox\ExemptDomainFileTypePairsFromFileTypeDownloadWarnings (REG_MULTI_SZ) =
[
{
"file_extension": "jnlp",
"domains": ["example.com"]
}
]
<dict>
<key>ExemptDomainFileTypePairsFromFileTypeDownloadWarnings</key>
<array>
<dict>
<key>file_extension</key>
<string>jnlp</string>
<key>domains</key>
<array>
<string>example.com</string>
</array>
</dict>
</array>
</dict>