Skip to content

Commit f5d919d

Browse files
committed
lint
1 parent 1ce2a2f commit f5d919d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • apps/sim/lib/core/security

apps/sim/lib/core/security/csp.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,7 @@ export function generateRuntimeCSP(): string {
187187
const gtmConnect = isHosted
188188
? 'https://www.googletagmanager.com https://*.google-analytics.com https://*.analytics.google.com'
189189
: ''
190-
const gtmImg = isHosted
191-
? 'https://www.googletagmanager.com https://www.google-analytics.com'
192-
: ''
190+
const gtmImg = isHosted ? 'https://www.googletagmanager.com https://www.google-analytics.com' : ''
193191
const gtmFrame = isHosted ? 'https://www.googletagmanager.com' : ''
194192

195193
return `

0 commit comments

Comments
 (0)