-
Notifications
You must be signed in to change notification settings - Fork 26
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
Allow an array of reports #67
Comments
thanks for the issue. I'll have to take a look at how we handle this as collection vs single in typed languages isn't an easy process 😅 |
i have a way forward with this using a custom |
also, i sat down and looked into this more and these are actually two different (yet similar) things. the first one is a CSP report whereas the second (array of reports) is from the Reporting API for a CSP violation. the latter is the newer, all encompassing collection mechanism so i think i'll keep these separate. i.e. |
I'm getting this when reports are sent from chrome:
I think that chrome is sending multiple reports in an array.
I couldn't find it in the spec but this says:
The text was updated successfully, but these errors were encountered: