We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1f14b commit 8c02933Copy full SHA for 8c02933
1 file changed
src/server.ts
@@ -87,6 +87,8 @@ app.use(
87
'https://www.google.com',
88
'https://www.gstatic.com',
89
'https://www.googletagmanager.com',
90
+ // Mailchimp JSONP (`footer.component` subscribe) loads a script from *.list-manage.com
91
+ 'https://*.list-manage.com',
92
],
93
scriptSrcAttr: ["'none'"],
94
styleSrc: ["'self'", "'unsafe-inline'", 'https://fonts.googleapis.com'],
@@ -99,6 +101,7 @@ app.use(
99
101
'https://*.google-analytics.com',
100
102
'https://*.analytics.google.com',
103
'https://stats.g.doubleclick.net',
104
105
'wss://*.googleapis.com',
106
107
upgradeInsecureRequests: [],
0 commit comments