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

Exclude non-http documents #39

Merged
merged 1 commit into from
May 1, 2020

Conversation

viraptor
Copy link
Contributor

@viraptor viraptor commented May 1, 2020

Standard reports will include the uri of the document they're sent from. Some
browsers will get confused though and send reports for either empty or bogus
documents like "about". These are not actionable and can be excluded from
reporting.

Standard reports will include the uri of the document they're sent from. Some
browsers will get confused though and send reports for either empty or bogus
documents like "about". These are not actionable and can be excluded from
reporting.
Copy link
Owner

@jacobbednarz jacobbednarz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems sane 👍 Both CSP2 and CSP3 remark document-uri as being an address so anything else in this field should be treated as invalid.

@jacobbednarz jacobbednarz merged commit b907c8c into jacobbednarz:master May 1, 2020
@viraptor viraptor deleted the bogus-document-uri branch May 1, 2020 00:38
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.

None yet

2 participants