Skip to content

Commit

Permalink
Clarify permission policy
Browse files Browse the repository at this point in the history
  • Loading branch information
mingyc committed Mar 25, 2024
1 parent b087fb6 commit bc1b6af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/fetch-later-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ This section comes from the discussion in [#87].
### Permissions Policy: `deferred-fetch`

* Define a new Permissions Policy `deferred-fetch`, default to `self`.
* Every top-level document has a quota of **640KB** for all fetchLater requests from its descendants and itself.
* Every reporting origin within a top-level document has a quota of **64KB** across all fetchLater requests the document can issue.
* Every top-level document has a quota of **640KB** for all fetchLater request bodies from its descendants and itself.
* Every reporting origin within a top-level document has a quota of **64KB** across all fetchLater request bodies the document can issue.
* A cross-origin child document is only allowed to make fetchLater requests if its origin is allowed by its top-level document’s `deferred-fetch` policy.

Both quotas may subject to change if we have more developer feedback.
Expand Down

0 comments on commit bc1b6af

Please sign in to comment.