Skip to content

Commit

Permalink
Fix settings HTML CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Dec 17, 2021
1 parent 546dfaf commit e6c0c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/settings/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline' />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline'; img-src 'self' data:; style-src 'self' 'unsafe-inline'" />
<meta charset="UTF-8" />
<!-- js -->
<script defer src="./src/js/index.js"></script>
Expand Down

0 comments on commit e6c0c24

Please sign in to comment.