mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-18 05:20:30 -05:00
893384a19d
Fixes FORMBRICKS-TQ
The blob URL approach was being blocked by CSP which doesn't include 'blob:'
in script-src directive. Simplified to load script directly via src attribute:
- Works with existing CSP ('self' is allowed)
- No need for fetch, blob URLs, or eval
- Properly executes and initializes window.formbricksSurveys
- Adds cache-busting in development for fresh script loads