From 37809eff8ec982359bf1b72257dbf5bd8244a1b0 Mon Sep 17 00:00:00 2001 From: Poszo Production Desk Date: Fri, 24 Jul 2026 21:51:03 -0600 Subject: [PATCH] Add Poszo Next.js security headers starter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 149aa5c5..4c6181a8 100644 --- a/README.md +++ b/README.md @@ -589,6 +589,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar ## Security +* [Poszo Next.js Security Headers Starter](https://github.com/poszothebuilder/nextjs-security-headers-starter) - A dependency-free Next.js security-header baseline with automated tests and a production verifier. * [DOMPurify](https://github.com/cure53/DOMPurify) - A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. * [js-xss](https://github.com/leizongmin/js-xss) - Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist. * [xss-filters](https://github.com/yahoo/xss-filters) - Secure XSS Filters by Yahoo.