Skip to content

Commit

Permalink
Merge pull request nico3333fr#81 from aaronjensen/patch-1
Browse files Browse the repository at this point in the history
Add new wtf
  • Loading branch information
nico3333fr authored Sep 9, 2019
2 parents 626a033 + b949b99 commit aaaa286
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions csp-wtf/not-explained.md
Original file line number Diff line number Diff line change
Expand Up @@ -2796,5 +2796,29 @@ __WTF:__ How a mp3 could violate the `script-src` policy? Is it because, on some

__Answer:__ ????

---------------------------------------
# `;!function(){var t,e,n,o=0,u=function(t,…`

```
{
"csp-report": {
"line_number": 1,
"blocked_uri": "inline",
"script_sample": ";!function(){var t,e,n,o=0,u=function(t,…",
"referrer": "...",
"violated_directive": "script-src",
"document_uri": "...",
"original_policy": "...",
"source_file": "...",
"column_number": 1,
"effective_directive": "script-src"
}
}
```

__WTF:__ `"script_sample": ";!function(){var t,e,n,o=0,u=function(t,…"`?

__Answer:__ ????

---------------------------------------
If you have some examples to share (even if you don't know what the fuck it is coming from), feel free to share them. Anonymize the URL/policy if needed.

0 comments on commit aaaa286

Please sign in to comment.