From c59d35b331dee22213557333aa2db61094d56143 Mon Sep 17 00:00:00 2001 From: Benjamin VanderSloot Date: Tue, 12 Jul 2022 07:21:58 -0400 Subject: [PATCH] Remove inaccurate bulletpoint on Firefox-Safari incompatibility --- files/en-us/web/api/storage_access_api/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/files/en-us/web/api/storage_access_api/index.md b/files/en-us/web/api/storage_access_api/index.md index f4c948ea13067bd..d1b69edea2d1b10 100644 --- a/files/en-us/web/api/storage_access_api/index.md +++ b/files/en-us/web/api/storage_access_api/index.md @@ -53,7 +53,6 @@ When `requestStorageAccess()` is called by an embedded, cross-origin document, t Although the API surface is the same, websites using the Storage Access API should expect differences in the level and extent of storage access they receive between Firefox and Safari. This is caused by differences in the storage access policies implemented in the two browsers. Design properties unique to Firefox are summarized here: - If the embedded origin `tracker.example` has already obtained first-party storage access on the top-level origin `foo.example`, and the user visits a page from `foo.example` embedding a page from `tracker.example` again in less than 30 days, the embedded origin will have storage access immediately when loading. -- If a page from top-level origin `foo.example` embeds more than one {{htmlelement("iframe")}} from `tracker.example`, and one of those `