Ques/Help HTTP Security Headers

N

Nirjonadda

Guest
I want to secure website from Headers Policy. Please let me know that does Xenforo compatible/supported or no issue from enable HTTP Security Headers? I have issue from Content Security Policy, Xenforo style go broken if enable CSP, I am now disabled CSP. Please let me know that how I can re-enable CSP?


HTTP Security Headers via .htaccess

Code:

Code:
RewriteEngine On

# Force www:
RewriteCond %{HTTP_HOST} !^$
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteCond %{HTTPS}s ^on(s)|
RewriteRule ^...

Read more

Continue reading...