Skip to content

Commit

Permalink
Merge pull request #12 from matzkoh/add-csp
Browse files Browse the repository at this point in the history
feat: add CSP
  • Loading branch information
matzkoh authored Jul 13, 2019
2 parents eee6462 + 8453712 commit 8ba53d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
<html>
<head>
<meta charset="utf-8" />
<title></title>
<title>niconizer overlay window</title>
<meta
name="content-security-policy"
content="default-src 'none'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src *; connect-src 'self'"
/>
<link rel="stylesheet" href="style.scss" />
<script src="script.ts" defer></script>
</head>
Expand Down

0 comments on commit 8ba53d5

Please sign in to comment.