mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-20 05:41:47 +00:00
e91ee04d93
The polyfill was injected as an inline script at build time, causing a hard CSP block under script-src 'self'. All browsers that support ES modules also support modulepreload natively, so the polyfill is unnecessary.