TL;DR: Four response headers, a few minutes of work, most of the header-level security gap closed. Exact values below, plus a one-line curl to check any site.
Run this against your own site first:
curl -I -s https://yoursite.com | grep -i -E 'strict-transport|x-content|x-frame|referrer'
Enter fullscreen mode
Exit fullscreen mode






