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 entry for FedCM Permissions Policy Integration (positive) #702

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
13 changes: 13 additions & 0 deletions activities.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,19 @@
"title": "Federated Credential Management API",
"url": "https://fedidcg.github.io/FedCM/"
},
{
"ciuName": null,
"description": "A Permissions Policy-controlled feature that determines whether any content in that document is allowed to obtain an IdentityCredential object using the Browser API.",
"id": "fedcm-permissions-policy",
"mdnUrl": null,
"mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1798971",
"mozPosition": "positive",
"mozPositionDetail": "Given our positive position on FedCM as a whole, the question at heart here is whether a top-level window should be able to delegate its ability to use FedCM to iframes. A planned use case of FedCM is a 'Login with Foo' button and that these buttons exist in iframes in many uses today. This is a use case we wish to support and a good application of a policy controlled feature.",
"mozPositionIssue": 701,
"org": "Proposal",
"title": "Federated Credential Management API, Permissions Policy Integration",
"url": "https://fedidcg.github.io/FedCM/#permissions-policy-integration"
},
{
"ciuName": null,
"description": "This document defines a set of Fetch metadata request headers that aim to provide servers with enough information to make a priori decisions about whether or not to service a request based on the way it was made, and the context in which it will be used.",
Expand Down