add secure headers

This commit is contained in:
BePsvPT 2018-05-10 07:21:28 +08:00
parent 87ea803e91
commit 820c19d7d7
No known key found for this signature in database
GPG Key ID: 3452CB6D105E5E8B
1 changed files with 1 additions and 0 deletions

View File

@ -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.