mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 21:21:19 +10:00
Merge pull request #716 from sharetribe/csp-script-data
Allow data URLs in scripts
This commit is contained in:
commit
003a3fb542
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ module.exports = (reportUri, enforceSsl, reportOnly) => {
|
|||
const stripeApi = 'https://api.stripe.com/';
|
||||
const sentryApi = 'https://sentry.io/api/';
|
||||
|
||||
const scriptSrc = [self, inline, googleMaps, stripeJs];
|
||||
const scriptSrc = [self, inline, data, googleMaps, stripeJs];
|
||||
|
||||
const styleSrc = [self, inline, googleFonts];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue