You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed on web-platform-tests/wpt#27384, reporting the blocked-uri for the in CSP reports is problematic in the presence of redirects. Chrome settled on two things:
truncating the URL down to the origin for cross-origin reports
As discussed on web-platform-tests/wpt#27384, reporting the
blocked-uri
for the in CSP reports is problematic in the presence of redirects. Chrome settled on two things:frame-src
(https://issues.chromium.org/issues/40054636)The commit implementing this second mitigation has the following comment:
though that was never done, as can be seen on my test page.
I don't know whether they will ever do it, but I propose we drop the
blocked-uri
entirely for theframe-src
directive in the meantime.Also reported to us in https://hackerone.com/reports/3027234.
The text was updated successfully, but these errors were encountered: