label | el | code | ran | goal | = |
---|---|---|---|---|---|
?
Eval from external
Play with
script-src
to block or allow
|
Original before eval-2 |
js: generated.js
|
⛔ | ||
?
Style from stylesheet
Play with
style-src
to block or allow
|
Secrets? |
|
⛔ | ||
?
Remote stylesheet & fonts
Play with
style-src font-src
to block or allow
|
Should be fancy font if @import works in css for google fonts |
|
✅ | ||
?
Youtube embed (origin)
Play with
child-src object-src
to block or allow
|
|
⛔ | |||
?
Vimeo embed
Play with
child-src object-src
to block or allow
|
|
✅ | |||
?
Local iframe with xss
Play with
child-src object-src
to block or allow
|
Will change if xss triggers |
|
⛔ | ||
?
Local AJAX call
Play with
connect-src
to block or allow
|
Will change once AJAX is done |
js: generated.js
|
✅ | ||
?
Remote AJAX call to stripe
Play with
child-src script-src
to block or allow
|
js: generated.js
|
✅ | |||
?
Local embed
Play with
plugin-types object-src
to block or allow
|
|
⛔ | |||
?
Local embed svg
Play with
plugin-types object-src
to block or allow
|
|
✅ | |||
?
A local webworker
Play with
child-src worker-src
to block or allow
|
Waiting for worker ... |
|
✅ |
violator | directive | line | col | sample |
---|