Skip to content

Commit

Permalink
feat: CORS Allow inline CSS and style attributes (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilian committed Jan 3, 2022
1 parent 30ba5d6 commit bc9cce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'">
<link href="./styles.css" rel="stylesheet">
<title>Hello World!</title>
</head>
Expand Down

0 comments on commit bc9cce1

Please sign in to comment.