x-xss-protection
Version:
Middleware to disable the X-XSS-Protection header
36 lines • 807 B
JSON
{
"author": "Adam Baldwin <adam@npmjs.com> (https://evilpacket.net)",
"contributors": [
"Evan Hahn <me@evanhahn.com> (https://evanhahn.com)"
],
"license": "MIT",
"homepage": "https://helmetjs.github.io/",
"bugs": {
"url": "https://github.com/helmetjs/helmet/issues",
"email": "me@evanhahn.com"
},
"repository": {
"type": "git",
"url": "git://github.com/helmetjs/helmet.git"
},
"engines": {
"node": ">=10.0.0"
},
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"index.js",
"index.d.ts"
],
"main": "index.js",
"typings": "index.d.ts",
"name": "x-xss-protection",
"description": "Middleware to disable the X-XSS-Protection header",
"version": "2.0.0",
"keywords": [
"express",
"security",
"x-xss-protection"
]
}