We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce2a2f commit f5d919dCopy full SHA for f5d919d
1 file changed
apps/sim/lib/core/security/csp.ts
@@ -187,9 +187,7 @@ export function generateRuntimeCSP(): string {
187
const gtmConnect = isHosted
188
? 'https://www.googletagmanager.com https://*.google-analytics.com https://*.analytics.google.com'
189
: ''
190
- const gtmImg = isHosted
191
- ? 'https://www.googletagmanager.com https://www.google-analytics.com'
192
- : ''
+ const gtmImg = isHosted ? 'https://www.googletagmanager.com https://www.google-analytics.com' : ''
193
const gtmFrame = isHosted ? 'https://www.googletagmanager.com' : ''
194
195
return `
0 commit comments