Skip to content

Latest commit

 

History

History
84 lines (49 loc) · 2.25 KB

File metadata and controls

84 lines (49 loc) · 2.25 KB

≡ privacy.services API

privacy.services API

Hint

The privacy.services API is inherited from Firefox, and its primary documentation is maintained by Mozilla at MDN. Thunderbird implements only the subset of functions, events, and types listed here. The MDN pages may provide further details and examples, but they may also reference features that are not supported in Thunderbird.

Use the browser.privacy API to control usage of the features in the browser that can affect a user's privacy.

.. rst-class:: api-main-section

Permissions

The following permissions influence the behavior of the API. Depending on which permissions are requested, additional methods might be available, or certain data may be included in responses.

Hint

Request permissions only when needed. Unnecessary requests may result in rejection during ATN review.

.. api-member::
   :name: :permission:`privacy`
   :refid: privacy-services-permission-privacy
   :refname: privacy

   Read and modify privacy settings.

.. rst-class:: api-permission-info

Note

The permission privacy is required to use messenger.privacy.services.*.

.. rst-class:: api-permission-info

Note

The permission privacy is required to use messenger.privacy.services.*.

.. rst-class:: api-main-section

Settings

.. toctree::
  :hidden:

  passwordSavingEnabled <privacy.services.passwordSavingEnabled>

.. api-section-annotation-hack:: -- [Added in TB 56]

If enabled, the password manager will ask if you want to save passwords. This preference's value is a boolean, defaulting to true.