Skip to content

Commit

Permalink
[CSP] explicit cdn.jsdeliver authorizations
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Sep 26, 2023
1 parent 0606205 commit 6fb59d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
CSP_FONT_SRC = ("'self'", "https://fonts.gstatic.com/", "data:")
CSP_SCRIPT_SRC = (
"'self'",
"https://cdn.jsdelivr.net/npm/chart.js",
"https://cdn.jsdelivr.net/npm/chart.js@4.0.1",
"https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js",
"https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js",
"https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js",
Expand Down

0 comments on commit 6fb59d1

Please sign in to comment.