🐛fix: allow script posthog (#5316)

This commit is contained in:
Faisal Amir 2025-06-17 18:35:02 +07:00 committed by GitHub
parent 86079074d2
commit 11d767633e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@
],
"img-src": "'self' asset: http://asset.localhost blob: data: https://cdn.jsdelivr.net",
"style-src": "'unsafe-inline' 'self' https://fonts.googleapis.com",
"script-src": "'self' asset: $APPDATA/**.* http://asset.localhost"
"script-src": "'self' asset: $APPDATA/**.* http://asset.localhost https://eu-assets.i.posthog.com https://posthog.com"
},
"assetProtocol": {
"enable": true,