Skip to content

PasswordManagerExceptions

Prevent Firefox from saving passwords for specific sites.

The sites are specified as a list of origins.

FirefoxFirefox ESRFirefox Enterprise
Available since 101Available since 91.10.0Available since 149

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

policies.json
{
"policies": {
"PasswordManagerExceptions": [
"https://example.org",
"https://example.edu"
]
}
}
JSON schema
PasswordManagerExceptions JSON schema
{
"type": "array",
"items": {
"type": "string",
"format": "uri",
"pattern": "^([Ff][Ii][Ll][Ee]://.*|[Hh][Tt][Tt][Pp][Ss]?://[^/]+/?)$"
}
}
Software\Policies\Mozilla\Firefox\PasswordManagerExceptions\1 = "https://example.org"
Software\Policies\Mozilla\Firefox\PasswordManagerExceptions\2 = "https://example.edu"
<dict>
<key>PasswordManagerExceptions</key>
<array>
<string>https://example.org</string>
<string>https://example.edu</string>
</array>
</dict>