2026.04.02Y·13CSP (Content Security Policy): The Header That Blocks XSS at the Source
CSP is the last line of defense that stops XSS scripts from executing even if injected. Directive syntax, nonce approach, Next.js config, and a safe rollout strategy — all covered.
CSPContent Security PolicyXSS
→2026.04.01Y·12OWASP Top 10 (2025): Complete Web Security Threats Overview
From injection and broken auth to XSS and the newest threats — OWASP Top 10 broken down with real code examples and practical mitigations for each vulnerability.
OWASPWeb SecurityXSS
→2025.07.14Y·05The Culprit Who Stole My Cookies Was a Comment (XSS Defense Guide)
My admin account was hijacked because of a single comment on the board. I dive deep into the 3 types of XSS (Stored, Reflected, DOM) and concrete defense strategies in React/Next.js environments, including HTML Escaping, CSP, and Cookie Security.
SecurityXSSWeb Development
→