Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Configure the list of domains for which the password manager UI (Save and Fill) will be disabled
Supported versions
- On Windows and macOS since 99 or later
Description
Configure the list of domains where Microsoft Edge should disable the password manager. This means that Save and Fill workflows will be disabled, ensuring that passwords for those websites can't be saved or auto filled into web forms.
If you enable this policy, the password manager will be disabled for the specified set of domains.
If you disable or don't configure this policy, password manager will work as usual for all domains.
If you configure this policy, that is, add domains for which password manager is blocked, users can't change or override the behavior in Microsoft Edge. In addition, users can't use password manager for those URLs.
Supported features
- Can be mandatory: Yes
- Can be recommended: No
- Dynamic Policy Refresh: Yes
- Per Profile: Yes
- Applies to a profile that is signed in with a Microsoft account: Yes
Data type
- List of strings
Windows information and settings
Group Policy (ADMX) info
- GP unique name: PasswordManagerBlocklist
- GP name: Configure the list of domains for which the password manager UI (Save and Fill) will be disabled
- GP path (Mandatory): Administrative Templates/Microsoft Edge/Password manager and protection
- GP path (Recommended): N/A
- GP ADMX file name: MSEdge.admx
Example value
https://contoso.com/
https://login.contoso.com
Registry settings
- Path (Mandatory): SOFTWARE\Policies\Microsoft\Edge\PasswordManagerBlocklist
- Path (Recommended): N/A
- Value name: 1, 2, 3, ...
- Value type: List of REG_SZ
Example registry value
SOFTWARE\Policies\Microsoft\Edge\PasswordManagerBlocklist\1 =
https://contoso.com/
SOFTWARE\Policies\Microsoft\Edge\PasswordManagerBlocklist\2 =
https://login.contoso.com
Mac information and settings
- Preference Key name: PasswordManagerBlocklist
- Example value:
<array>
<string>https://contoso.com/</string>
<string>https://login.contoso.com</string>
</array>