Is there a way to have all scripts and css in files and not inline? #68
darkrain-nl
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Thanks for pointing this out. I'll admit this is not something I had considered when implementing some features. I'm always interested in privacy and security so this is something I'm happy to look at in more detail. I presume the biggest culprit here is the dark mode switching and some of the vendor scripts? Perhaps I should look at moving these items to their own JS files instead. Out of interest, where are you seeing inline CSS? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Love this theme, works great.
I'm trying to not have to use unsafe_inline in my CSP headers, this is almost working, but it would be a bit easier if the theme didn't create inline script (and css) tags.
Would this be easy to accomplish, I couldn'd find a quick way, so hence this discussion instead of a PR...
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions