UNPKG

x-xss-protection

Version:

Middleware to disable the X-XSS-Protection header

4 lines (3 loc) 194 B
import { IncomingMessage, ServerResponse } from "http"; declare function xXssProtection(): (_req: IncomingMessage, res: ServerResponse, next: () => void) => void; export default xXssProtection;