Bug 1706425 Comment 7 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

We show the prompt when a 3rd-party site calls `requestStorageAccess` via the Storage Access API. The prompt is shown when state partitioning is enabled.  In release that's the case for users who have strict tracking protection enabled (FX 86) and in private browsing (FX 89).
We automatically allow up to 5 concurrent grants without showing a prompt.

You can see the prompt if you set `dom.storage_access.max_concurrent_auto_grants` to 0 and click "requestStorageAccess" in the third frame on this test site: https://senglehardt.com/test/dfpi/storage_access_api.html
We show the prompt when an embedded 3rd-party site calls `requestStorageAccess` via the Storage Access API. The prompt is shown when state partitioning is enabled.  In release that's the case for users who have strict tracking protection enabled (FX 86) and in private browsing (FX 89).
We automatically allow up to 5 concurrent grants without showing a prompt.

You can see the prompt if you set `dom.storage_access.max_concurrent_auto_grants` to 0 and click "requestStorageAccess" in the third frame on this test site: https://senglehardt.com/test/dfpi/storage_access_api.html

Back to Bug 1706425 Comment 7