• Hello,

    When I check my security headers on https://securityheaders.com/, it says that my site does not have a content security policy header. Should I still add something like below to my .htaccess file to make this work?

    Header set Content-Security-Policy default-src 'none'; script-src 'self'; connect-src 'self'; img-src 'self'; style-src 'self';

    Or is it only not showing because it is created once the user presses the accept cookies button?

    Thank you very much for your support.

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 19 total)
Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Securityheaders.com showing no CSP’ is closed to new replies.