From 55ddd4454665a3c66e3d5b186bc79048468d36e7 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Mon, 15 Mar 2021 14:29:50 +0300 Subject: Auto fixes --- files/ru/web/api/storage_access_api/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ru/web/api/storage_access_api/index.html') diff --git a/files/ru/web/api/storage_access_api/index.html b/files/ru/web/api/storage_access_api/index.html index f9c79c5704..b25793e407 100644 --- a/files/ru/web/api/storage_access_api/index.html +++ b/files/ru/web/api/storage_access_api/index.html @@ -43,7 +43,7 @@ translation_of: Web/API/Storage_Access_API

When requestStorageAccess() is called by an embedded, cross-origin document, the user agent may choose to involve the user in the decision of whether to grant storage access to the requesting origin. Prompting heuristics currently vary across the two implementers of the Storage Access API — Safari shows prompts for all embedded tracking content that has not previously received storage access, while Firefox only prompts users after a tracking origin has requested storage access on more than a threshold number of sites. See {{domxref("Document.requestStorageAccess()")}} for more details.

-

Отичия реализации в Safari

+

Отличия реализации в Safari

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:

@@ -74,7 +74,7 @@ translation_of: Web/API/Storage_Access_API

Расширение <iframe> sandbox

-

{{htmlelement("iframe")}} sandbox появился новый признак, allow-storage-access-by-user-activation, который позволяет изолированому <iframe> использовать Storage Access API для запроса доступа к хранилищу.

+

{{htmlelement("iframe")}} sandbox появился новый признак, allow-storage-access-by-user-activation, который позволяет изолированному <iframe> использовать Storage Access API для запроса доступа к хранилищу.

Спецификации

@@ -90,4 +90,4 @@ translation_of: Web/API/Storage_Access_API

Смотрите также

-

Использоваие Storage Access API

+

Использование Storage Access API

-- cgit v1.2.3-54-g00ecf