Implementing ASAP on site with Content Security Policy headers
Has anyone tried implementing ASAP or Live Chat on a site with a decent CSP header? I can't seem to get it to work.
I came this far:
header("X-Frame-Options: SAMEORIGIN");
header("X-XSS-Protection: 1; mode=block");
header("X-Content-Type-Options: nosniff");
But still so many violation warings that I give up for now.
CSP violation warnings