Skip to content

Commit

Permalink
fix: csp for release
Browse files Browse the repository at this point in the history
  • Loading branch information
duzda committed Aug 25, 2024
1 parent c7f386f commit faf97ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; connect-src 'self' https://api.deezer.com; style-src 'unsafe-inline'; img-src 'self' https://e-cdns-images.dzcdn.net">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; connect-src 'self' https://api.deezer.com; style-src 'self' 'unsafe-inline'; img-src 'self' https://e-cdns-images.dzcdn.net">
<title>Deezer Enhanced</title>
</head>
<body>
Expand Down

0 comments on commit faf97ad

Please sign in to comment.