Skip to main content

ZeriFlow Journal

Security guides your team can ship this week

Actionable articles on TLS, headers, CSP, privacy, and practical hardening for modern web apps.

Security Basics

SecurityHeaders.com Alternative: What It Checks and What You're Missing

Mar 12, 2026·6 min

SecurityHeaders.com is a great tool for checking HTTP security headers, but it only tells part of the story. Discover what it misses and how to get a complete security picture.

#headers
Read article
Security Basics

Security.txt: The Simple File That Makes Your Site Easier to Report Vulnerabilities On

Mar 12, 2026·6 min

Learn what a security.txt file is, why it matters for responsible disclosure, and how to create one for your website in under 10 minutes.

#headers
Read article
Hardening Guides

HSTS (HTTP Strict Transport Security): The Complete Setup Guide

Mar 11, 2026·8 min

A complete guide to HTTP Strict Transport Security (HSTS). Learn what it does, how to enable it, and avoid the common pitfalls that break your site.

#tls#headers
Read article
Hardening Guides

WordPress Security Hardening: 15 Steps to Lock Down Your Site

Mar 11, 2026·9 min

15 essential WordPress security hardening steps. From basic settings to advanced configuration, protect your WordPress site from the most common attacks.

#cookies#tls#headers
Read article
Hardening Guides

How to Fix Missing Security Headers: A Practical Guide for Every Platform

Mar 10, 2026·9 min

Step-by-step guide to adding the 6 most important HTTP security headers. Works for Nginx, Apache, Cloudflare, Vercel, and Next.js.

#tls#headers
Read article
Hardening Guides

Permissions-Policy Header: The Complete Configuration Guide

Mar 9, 2026·7 min

Learn how the Permissions-Policy HTTP header works, which browser features to restrict, and how to configure it on Nginx, Apache, Cloudflare, and Next.js.

#headers
Read article
Hardening Guides

Referrer-Policy Header: What It Does and How to Set It Correctly

Mar 8, 2026·6 min

The Referrer-Policy header controls how much URL information your browser shares when users navigate away from your site. Learn which value to choose and how to set it up.

#privacy#headers
Read article
Hardening Guides

React Security Best Practices: 12 Things Every Developer Should Do

Mar 7, 2026·10 min

A developer's checklist for React security. Covers XSS prevention, dangerouslySetInnerHTML, dependency security, CSP, and more with code examples.

#csp#react#headers
Read article
Hardening Guides

Next.js Security Checklist: 20 Things You Must Do Before Launch

Mar 7, 2026·10 min

A practical security checklist for Next.js apps covering headers, CSP, API routes, authentication, dependency security, and more.

#csp#headers
Read article