Skip to content

Commit f5c615b

Browse files
committed
Drop trailing slash to maybe fix auth0 CSP errors
1 parent 3b0b96f commit f5c615b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automation/webpack.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export default merge(common, {
144144
"'report-sample'",
145145
"'unsafe-eval'", // For both wasm & real eval() uses
146146
"'self'",
147-
'https://cdn.auth0.com/', 'https://cdn.eu.auth0.com/', 'https://secure.gravatar.com'
147+
'https://cdn.auth0.com', 'https://cdn.eu.auth0.com', 'https://secure.gravatar.com'
148148
],
149149
'connect-src': [
150150
"'self'", 'data:',

0 commit comments

Comments
 (0)