What Content-Security-Policy should I use with Misago?
Now I use default-src 'self'; script-src 'self' 'unsafe-inline' www.google.com/recaptcha/ www.gstatic.com/recaptcha/; style-src 'self' 'unsafe-inline'; frame-src www.google.com/recaptcha/; block-all-mixed-content;
Is it right? Is all OK without script-src unsafe-eval?
Did I forget about any other domains?