Created
November 26, 2022 16:27
-
-
Save tgrecojs/09fa15768bda0b8724a9447f088da096 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(){ | |
const url = top._CVE_URL; | |
alert(`this message originated in a script that was successfully fetched from "${url}" [even though "${top.location.hostname}"'s Content Security Policy may not allow it!] (CVE-2020-6519)`); | |
}()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment