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
Besides the Content-Security-Policy header, there is the Content-Security-Policy-Report-Only header that is used to report violations against the CSP without blocking content.
We should implement a check for this header and send a hint to the user, that he should consider using the Content-Security-Header instead.
The text was updated successfully, but these errors were encountered:
Besides the
Content-Security-Policy
header, there is theContent-Security-Policy-Report-Only
header that is used to report violations against the CSP without blocking content.We should implement a check for this header and send a hint to the user, that he should consider using the
Content-Security-Header
instead.The text was updated successfully, but these errors were encountered: