Hi folks!
What do you suggest is the best/official method of using Astro Islands (any client side framework really) with a properly set up Content Security Policy header? The script-src component basically kills any client side lib, even though the self is added as a source, because Astro injects the component (or parts of it) inline which would fall in the “unsafe-inline” category.
Any ideas?