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

15 lines
399 B
JSON

{
"name": "AdSubtract",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "AdSubtract - a Windows proxy which removes popup ads.",
"website": "http://AdSubtract.com",
"matches": [
{
"search": "headers[server]",
"regexp": "(?-mix:^AdSubtract ([\\d\\.]+)$)",
"offset": 1
}
]
}