We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0b96f commit f5c615bCopy full SHA for f5c615b
automation/webpack.prod.ts
@@ -144,7 +144,7 @@ export default merge(common, {
144
"'report-sample'",
145
"'unsafe-eval'", // For both wasm & real eval() uses
146
"'self'",
147
- 'https://cdn.auth0.com/', 'https://cdn.eu.auth0.com/', 'https://secure.gravatar.com'
+ 'https://cdn.auth0.com', 'https://cdn.eu.auth0.com', 'https://secure.gravatar.com'
148
],
149
'connect-src': [
150
"'self'", 'data:',
0 commit comments