Skip to content

Instantly share code, notes, and snippets.

View gkalpak's full-sized avatar
🥑
Growing...

George Kalpakas gkalpak

🥑
Growing...
View GitHub Profile
@dun4n
dun4n / bypass.csp.html
Last active March 22, 2024 14:11
Bypass the CSP "unsafe-eval"
<!DOCTYPE html>
<html>
<head>
<meta content="script-src 'self';" http-equiv="Content-Security-Policy">
<script type="text/javascript" src="csp.js"></script>
</head>
</html>