Skip to content

Commit

Permalink
Removed unsafe-inline and updated package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
thesolomon-tech committed Jan 17, 2024
1 parent 8336d08 commit a0e4890
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 680 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
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'; style-src 'self' 'unsafe-inline'">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self'">
<link href="./styles.css" rel="stylesheet">
<title>Hello World!</title>
</head>
Expand Down
Loading

0 comments on commit a0e4890

Please sign in to comment.