-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recommended CSP #103
Comments
unsafe-inline on the style-src is needed for email because html emails are self contained. Tighten it even more is hardly impossible due to the nature of email (remote images for example). |
Thank you - and the earlier discussion was informative - you're definitely helping me slowly get up to speed. |
First - thank you for actively working on this project, It really is very much appreciated.
Wondering what your thoughts are around the most secure content security policy that can be used for Snappymail.
And do you have any plans / ideas to allow removal of stuff like 'unsafe-inline' (which seems to be needed for both style-src and script-src)?
thanks again
The text was updated successfully, but these errors were encountered: