- From: Noam Rosenthal <notifications@github.com>
- Date: Wed, 09 Apr 2025 04:18:37 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/1647/review/2753118009@github.com>
@noamr commented on this pull request.
> +<pre><code>
++ https://me.example.com with Permissions-policy: deferred-fetch=(self "https://ok.example.com")
+| (See below for quota)
+|
++ ---- + https://me.example.com
+| | Shares quota with the <a for=/>top-level traversable</a>, as they're same origin.
+| |
+| + ---- + https://x.example.com
+| 8 kibibytes.
+|
+|
++ ---- + https://x.example.com
+| 8 kibibytes.
+| |
+| + https://me.example.com
+| 0. Even though it's same origin with the <a for=/>top-level traversable</a>, it does not
+| automatically share its quota as they are separated by a cross-origin intermediary.
+|
++ ---- + https://ok.example.com/good
+| | 64 kibibytes, granted via the "{{PermissionsPolicy/deferred-fetch}}" policy.
+| |
+| + ---- + https://x.example.com
+| 0. Only documents with the same origin as the <a for=/>top-level traversable</a> can
+| grant the 8 kibibytes based on the "{{PermissionsPolicy/deferred-fetch-minimal}}" policy.
+|
++ ---- + https://ok.example.com/redirect, navigated to https://x.example.com
+| 0. The reserved 64 kibibytes for https://ok.example.com are not available for https://x.example.com.
+|
++ ---- + https://ok.example.com/back, navigated to https://me.example.com
+ Shares quota with the <a for=/>top-level traversable</a>, as they're same origin.
+</code></pre>
Fixed to use nested `ul` and `li`.
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1647#discussion_r2035151536
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/fetch/pull/1647/review/2753118009@github.com>
Received on Wednesday, 9 April 2025 11:18:41 UTC