Skip to content

Commit

Permalink
[CSP] add 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 f2a5347 commit e910d69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,9 @@
CSP_SCRIPT_SRC = (
"'self'",
"https://cdn.jsdelivr.net/npm/chart.js",
"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",
"https://tally.so",
"https://stats.data.gouv.fr/piwik.js",
)
Expand Down

0 comments on commit e910d69

Please sign in to comment.