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
default-src: data: URI allows the execution of unsafe scripts
script-src: Host whitelists can frequently be bypassed. Consider using 'strict-dynamic' in combination with CSP nonces or hashes
'self' can be problematic if you host JSONP, Angular or user uploaded files.
object-src (missing): Can you restrict object-src to 'none'?
require-trusted-types-for (missing): Consider requiring Trusted Types for scripts to lock down DOM XSS injection sinks. You can do this by adding require-trusted-types-for 'script' to your policy.
default-src
:data:
URI allows the execution of unsafe scriptsscript-src
: Host whitelists can frequently be bypassed. Consider using'strict-dynamic'
in combination with CSP nonces or hashes'self'
can be problematic if you host JSONP, Angular or user uploaded files.object-src
(missing): Can you restrict object-src to 'none'?require-trusted-types-for
(missing): Consider requiring Trusted Types for scripts to lock down DOM XSS injection sinks. You can do this by addingrequire-trusted-types-for 'script'
to your policy.Scan Results
The text was updated successfully, but these errors were encountered: