Created
September 12, 2017 10:00
-
-
Save neotreat/bad0fc8af7f39c3c57b5466d1fce7eb4 to your computer and use it in GitHub Desktop.
A basic example for a Content-Security-Policy using a meta-tag.
This file contains 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
<!doctype html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Security-Policy" content="default-src 'none';"> | |
</head> | |
<body> | |
... | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment