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.
Compatibility
Section titled “Compatibility”| Firefox | Firefox ESR | Firefox Enterprise |
|---|---|---|
| Available since 102 | Available since 102 | Available since 149 |
CCK2 Equivalent: N/A
OMA-URI: ExemptDomainFileTypePairsFromFileTypeDownloadWarnings
Preferences Affected: N/A
Examples
Section titled “Examples”{ "policies": { "ExemptDomainFileTypePairsFromFileTypeDownloadWarnings": [ { "file_extension": "jnlp", "domains": [ "example.com" ] } ] }}JSON schema
{ "type": "array", "items": { "type": "object", "properties": { "file_extension": { "type": "string" }, "domains": { "type": "array", "items": { "type": "string" } } } }}Windows (GPO)
Section titled “Windows (GPO)”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>