I'm occasionally getting violation reports from Opera and Chrome saying that someone is setting their form-action to a data URL:
{
"csp-report": {
"document-uri": [SITE URL],
"effective-directive": "form-action",
"original-policy": "default-src [SITE URL]; style-src https: 'unsafe-inline'; img-src data: blob: https:; frame-src *; child-src * blob:; worker-src 'self' blob:; script-src https: 'unsafe-inline' 'report-sample' 'self' 'strict-dynamic' 'nonce-[removed]'; object-src 'none'; form-action [SITE URL]; report-uri [SITE URL]; report-to csproReportEndpoint;",
"blocked-uri": "data"
}
}
Does this make any sense to anyone?
I'm occasionally getting violation reports from Opera and Chrome saying that someone is setting their form-action to a data URL:
Does this make any sense to anyone?