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

Send reports for Permissions Policy violations in iframe to parent frame's endpoint #546

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

shhnjk
Copy link
Member

@shhnjk shhnjk commented Apr 30, 2024

This change implements permission policy reporting for potential Permissions Policy violations to parent frames.

Currently, Permissions Policy violations inside an iframe is not sent to parent frame, because of security concerns. However, this makes it difficult for websites to roll out Permissions Policy because the site owner does not have insight into permission breakage in iframes.

The change is implemented in a way that it does not leak any new information to parent frame, while sending signals that iframes might be affected by the Permissions Policy.

Fixes: #537


Preview | Diff

@shhnjk shhnjk requested a review from clelland April 30, 2024 23:12
@shhnjk
Copy link
Member Author

shhnjk commented May 11, 2024

Friendly ping @clelland :)

@shhnjk
Copy link
Member Author

shhnjk commented Aug 6, 2024

@clelland, I've introduced Generate report for potential violation of permissions policy on settings. PTAL!

index.bs Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
@shhnjk
Copy link
Member Author

shhnjk commented Aug 20, 2024

@clelland, PTAL when you have time!

index.bs Show resolved Hide resolved
index.bs Outdated Show resolved Hide resolved
Add a monkey patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Send reports for Permissions Policy violations in iframe to parent frame's endpoint
2 participants