
Unable to disable built-in password manager in firefox on mac os with custom plist parameters
Hi
We are looking to block the ability for a user to store or access saved credentials in the built-in password manager within firefox on mac and we used the following plist to push out a policy via JAMF
While we were able to get the password autofill/prompt disabled, we can still access the manager to view or add credentials manually.
Looking to see if there are some other parameters that can be used to accomplish this ?
<plist version="1.0">
<dict> <key>DisableMasterPasswordCreation</key> <true/> <key>PrimaryPassword</key> <false/> <key>OfferToSaveLogins</key> <false/> <key>OfferToSaveLoginsDefault</key> <false/> <key>PasswordManagerEnabled</key> <false/> </dict>
</plist>