Skip to content

Commit

Permalink
Remove redundant detail in example (#19)
Browse files Browse the repository at this point in the history
Under "Status quo" the placeholder widget does not need to "reqeust" unpartitioned cookie access, it will have that by default. It is also not fetching the real widget at this point, that will come in step 4.
  • Loading branch information
Airborn22 authored Oct 29, 2024
1 parent 9d82162 commit c957afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ These costs and constraints can be avoided by supporting a few new headers.
As an illustrative example, consider a calendar widget on calendar.com, embedded in example.com. During the user's first-ever visit to the example.com page, the flow of events is the following:

1. The user agent requests the calendar widget's content.
* The fetch of this content is uncredentialed, as the user agent is blocking third-party cookies by default (by assumption). As a result, the server must respond with a placeholder that only requests unpartitioned cookie access, and then fetches the real widget.
* The fetch of this content is uncredentialed, as the user agent is blocking third-party cookies by default (by assumption). As a result, the server must respond with a placeholder.
1. The user agent loads the placeholder widget, without giving access to unpartitioned cookies.
1. The widget placeholder calls `document.requestStorageAccess()`.
* Note: this proposal does not include any changes to the existing requirements for obtaining permission.
Expand Down

0 comments on commit c957afa

Please sign in to comment.