From 6a6a93a68f1119a324ddedd978a6bbb1277d4a9b Mon Sep 17 00:00:00 2001 From: Johann Hofmann Date: Thu, 5 Jan 2023 12:36:27 +0000 Subject: [PATCH] Rebase, rename variables --- storage-access.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/storage-access.bs b/storage-access.bs index e5a8ab7..ffa9102 100644 --- a/storage-access.bs +++ b/storage-access.bs @@ -304,7 +304,7 @@ The Storage Access API defines a [=powerful feature=] identified by the [=powerf
[=powerful feature/permission key type=]
- A [=permission key=] of the "storage-access" feature is a [=tuple=] consisting of a [=site=] key site and an [=/origin=] key origin. + A [=permission key=] of the "storage-access" feature is a [=tuple=] consisting of a [=site=] top-level and an [=/origin=] requester. ISSUE(privacycg/storage-access#147): Note that this will likely change to a (site, site) keying.
@@ -320,8 +320,8 @@ The Storage Access API defines a [=powerful feature=] identified by the [=powerf
To compare the [=permission keys=] |key1| and |key2| for the "storage-access" feature, run the following steps: - 1. If |key1|'s [=permission key/key site=] is not [=same site=] with |key2|'s [=permission key/key site=], return false. - 1. If |key1|'s [=permission key/key origin=] is not [=same origin=] with |key2|'s [=permission key/key origin=], return false. + 1. If |key1|'s [=permission key/top-level=] is not [=same site=] with |key2|'s [=permission key/top-level=], return false. + 1. If |key1|'s [=permission key/requester=] is not [=same origin=] with |key2|'s [=permission key/requester=], return false. 1. Return true.