From 820c19d7d7fbbc5daa599ef783f31276a1caaf01 Mon Sep 17 00:00:00 2001 From: BePsvPT Date: Thu, 10 May 2018 07:21:28 +0800 Subject: [PATCH] add secure headers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2d2954..e69177e 100644 --- a/README.md +++ b/README.md @@ -333,6 +333,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [PHPSecLib](http://phpseclib.sourceforge.net/) - A pure PHP secure communications library. * [random_compat](https://github.com/paragonie/random_compat) - PHP 5.x support for `random_bytes()` and `random_int()` * [RandomLib](https://github.com/ircmaxell/RandomLib) - A library for generating random numbers and strings. +* [Secure Headers](https://github.com/BePsvPT/secure-headers) - A package that add security related headers to HTTP response. * [SensioLabs Security Check](https://security.sensiolabs.org/) - A web tool to check your Composer dependencies for security advisories. * [TCrypto](https://github.com/timoh6/TCrypto) - A simple encrypted key-value storage library. * [VAddy](https://vaddy.net/) - A continuous security testing platform for web applications.