Skip to content

Commit

Permalink
Merge pull request #1722 from jsdelivr/develop
Browse files Browse the repository at this point in the history
Prod release
  • Loading branch information
jimaek authored Jun 30, 2021
2 parents b1c121f + 4f22a5d commit dafb98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/helmet-csp.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

const CSP = {
defaultSrc: ['\'none\''],
defaultSrc: ['\'self\''],
baseUri: ['\'self\''],
formAction: ['platform.twitter.com', 'syndication.twitter.com'],
frameAncestors: ['\'none\''],
Expand Down

0 comments on commit dafb98e

Please sign in to comment.