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

create separate security and privacy considerations sections #187

Merged
merged 2 commits into from Jan 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 6 additions & 1 deletion index.bs
Expand Up @@ -2049,7 +2049,7 @@ spec:css-syntax-3;
██████ ████████ ██████ ███████ ██ ██ ████ ██ ██
-->
<section>
# Security and Privacy Considerations # {#security-and-privacy}
# Security Considerations # {#security-considerations}

The following sections represent guidelines for various security and privacy considerations.
Individual credential types may enforce stricter or more relaxed versions of these guidelines.
Expand Down Expand Up @@ -2164,6 +2164,11 @@ spec:css-syntax-3;
the [=credential store=] to `true`. Additionally, the user agent SHOULD provide some UI affordance
for disabling automatic sign-in for a particular origin. This could be tied to the notification
that credentials have been provided to an origin, for example.
</section>


<section>
# Privacy Considerations # {#privacy-considerations}

## Chooser Leakage ## {#security-chooser-leakage}

Expand Down