mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Changed comment
This commit is contained in:
parent
43042ad841
commit
4fb880384f
|
@ -14,9 +14,7 @@ class SecurityHeaders
|
||||||
* @return mixed
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Enumerate headers which you do not want in your application's responses.
|
// See https://securityheaders.com/
|
||||||
// Great starting point would be to go check out @Scott_Helme's:
|
|
||||||
// https://securityheaders.com/
|
|
||||||
private $unwantedHeaderList = [
|
private $unwantedHeaderList = [
|
||||||
'X-Powered-By',
|
'X-Powered-By',
|
||||||
'Server',
|
'Server',
|
||||||
|
|
Loading…
Reference in a new issue