Last active
March 30, 2022 20:38
-
-
Save devdevgoat/573d0c53e13f9c960b532e8f1386c569 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
$(document).ready(function() { | |
$('#csp-scriptBlob').html("This text was loaded from a non csp approved website: https://raw.githack.com/") | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment