PasswordManagerExceptions
Prevent Firefox from saving passwords for specific sites.
The sites are specified as a list of origins.
Compatibility: Firefox 101
CCK2 Equivalent: N/A
Preferences Affected: N/A
Examples
Section titled “Examples”{ "policies": { "PasswordManagerExceptions": [ "https://example.org", "https://example.edu" ] }}JSON schema
{ "type": "array", "items": { "type": "string", "format": "uri", "pattern": "^([Ff][Ii][Ll][Ee]://.*|[Hh][Tt][Tt][Pp][Ss]?://[^/]+/?)$" }, "strict": false}Windows (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\PasswordManagerExceptions\1 = "https://example.org"Software\Policies\Mozilla\Firefox\PasswordManagerExceptions\2 = "https://example.edu"Windows (Intune)
Section titled “Windows (Intune)”OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerExceptionsValue (string):
<enabled/><data id="List" value="1https://example.org2https://example.edu"/><dict> <key>PasswordManagerExceptions</key> <array> <string>https://example.org</string> <string>https://example.edu</string> </array></dict>