From 6506f77b17238402316e219cd919fc2ef2dcf979 Mon Sep 17 00:00:00 2001 From: Shakil Alam <30234430+itxshakil@users.noreply.github.com> Date: Sun, 10 May 2026 13:46:12 +0530 Subject: [PATCH] Add Laravel CSP Generator under Security --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 614b5a718..4704f5423 100644 --- a/README.md +++ b/README.md @@ -368,6 +368,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Secure Headers](https://github.com/BePsvPT/secure-headers) - A package that adds security related headers to HTTP response. * [SQLMap](https://github.com/sqlmapproject/sqlmap) - An automatic SQL injection and database takeover tool. * [Zap](https://github.com/zaproxy/zaproxy) - An integrated penetration testing tool for web applications. +* [Laravel CSP Generator]([https://github.com/zaproxy/zaproxy](https://csp-generator.shakiltech.com)) - Visual Content Security Policy builder for PHP/Laravel apps. Generates policy strings, middleware code, and a pre-enforcement checklist. ### Passwords *Libraries and tools for working with and storing passwords.*