Lifetime Hosting applies security headers on lifetimehosting.in itself. Your own customer websites (domains hosted on your account) do not automatically inherit these headers — that is intentional, because a strict Content-Security-Policy can break custom themes, page builders, and third-party scripts.
We recommend every customer site on HTTPS add the four safe headers below. Add Content-Security-Policy only after you list the CDNs your site actually uses.
<IfModule mod_headers.c>
Header always set Strict-Transport-Security "max-age=31536000; includeSubDomains"
Header always set X-Content-Type-Options "nosniff"
Header always set X-Frame-Options "SAMEORIGIN"
Header always set Referrer-Policy "strict-origin-when-cross-origin"
</IfModule>
CSP is powerful but site-specific. Do not copy a strict CSP from another website. If your site uses Google Analytics, chat widgets, or page builders, allow those hosts first or start in Report-Only mode with your developer.
Need help? Open a support ticket and include your domain name — we will review header placement without forcing a CSP that breaks your site. Open a ticket · Contact us