nuxt-modules / partytown

Partytown integration for Nuxt. Run third-party scripts from a web worker.
MIT License
318 stars 8 forks source link

support csp #178

Open ms-fadaei opened 1 year ago

ms-fadaei commented 1 year ago

Hi ✋ We are using CSP in our Nuxt project and use it to block executing inline scripts. But this module is injecting inline scripts to the head causing bugs.

Do you have an idea what can I do or how much time takes to update the module?use plugins instead of inline scripts.