Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add section on prompting users #54

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@ For enterprise usage, browsers typically offer administrators options to control
is unlikely to cover private domains, so browsers might expose administrative options for locally-defined
first-party sets.

# Gating of Access to State behind Permission Prompt

User-Agents may also choose to prompt the user about accepting a particular First-Party Set, in which case the availability of storage may change after the first page load. Developers are encouraged to observe this change via any number of asynchronous storage APIs (such as the [Cookie Store API](https://wicg.github.io/cookie-store/#CookieStore) or [Storage Access API](https://github.com/privacycg/storage-access)) and respond as appropriate, either using the newly available data or reloading resources.

# UI Treatment

In order to provide transparency to users regarding the First-Party Set that a web page’s top-level
Expand Down