Files
OneForAll-mirror/data/rules/whatweb/strict-transport-security.json
T
2020-07-29 00:02:06 +08:00

14 lines
425 B
JSON

{
"name": "Strict-Transport-Security",
"author": "Andrew Horton",
"version": "0.1",
"description": "Strict-Transport-Security is an HTTP header that restricts a web browser from accessing a website without the security of the HTTPS protocol.",
"website": null,
"matches": [
{
"search": "headers[Strict-Transport-Security]",
"regexp": "(?-mix:^(.*)$)"
}
]
}