Skip to content

Commit

Permalink
HelmetCsp: add datum.jsdelivr.com to scripts src
Browse files Browse the repository at this point in the history
  • Loading branch information
xbpcb committed Nov 14, 2023
1 parent f2ac686 commit ffd1f8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/helmet-csp.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const CSP = {
'platform.twitter.com',
'api.github.com',
'https://cdn.jsdelivr.net',
'https://datum.jsdelivr.com',
(req, res) => `'nonce-${res.locals.nonce}'`
],
styleSrc: [
Expand Down

0 comments on commit ffd1f8a

Please sign in to comment.