Skip to content

Commit

Permalink
Updated settings CSP to include SHA hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicSponge committed Jun 25, 2024
1 parent d31f6bf commit 14874dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'unsafe-inline';" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'sha256-jsqNOS5BBt3Yk58w0JrGcCmpdZE6lhD3IMB/BLT8cS8=' 'sha256-Y3vAMjHsthR1SiuhLhlGtg50Jh8PaNSMKsfm8VTM47M=' 'sha256-ZRJNHaCrBYM0nRymlIQMUl1dNKLfXqlkNR+sDYXI80A=' 'sha256-WZm2j5X5mojIkbhTPoyiyzQYfrQW1nKUhIUQNuI1JD8=' 'sha256-Djypb7FlMrRIVebhbZxBPZFEQedEUCfI2zNGS85N8bU=' 'sha256-HG40H+bMyMBharAAuwcVNEf9kGoXeDSocLe+xn3H8m8=';" />
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 14874dc

Please sign in to comment.