mirror of
https://github.com/mauriceboe/TREK.git
synced 2026-06-19 21:31:46 +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.