Skip to content

Commit

Permalink
Try fixing CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
jcklie committed Sep 14, 2020
1 parent 716354d commit edae29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>

<meta http-equiv="Content-Security-Policy" content="script-src 'self' http://*.jsdelivr.net ">
<meta http-equiv="Content-Security-Policy" content="default-src 'self' https://*.jsdelivr.net https://stackpath.bootstrapcdn.com https://acl2020.rocket.chat/">

<!-- External Javascript libs -->
<script src="https://cdn.jsdelivr.net/npm/d3@5/dist/d3.min.js"></script>
Expand Down

0 comments on commit edae29b

Please sign in to comment.