Path: blob/main/files/en-us/mozilla/add-ons/webextensions/api/privacy/services/index.md
6567 views
------{{AddonSidebar}}
The {{WebExtAPIRef("privacy.services")}} property contains privacy-related settings controlling services offered by the browser or by third parties. Each property is a {{WebExtAPIRef("types.BrowserSetting")}} object.
Properties
passwordSavingEnabled: A {{WebExtAPIRef("types.BrowserSetting")}} object whose underlying value is a boolean. If
true, the browser's password manager will offer to store passwords when the user enters them. Defaults totrue.
Browser compatibility
{{Compat}}
Examples
Disable the password manager if possible.
{{WebExtExamples}}
Note: This API is based on Chromium's
chrome.privacyAPI.