mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
23 lines
661 B
JSON
23 lines
661 B
JSON
{
|
|
"name": "Hitbox-Gateway",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.3",
|
|
"description": "Adobe Omniture Hitbox Gateway collects HTTP headers for web site usage statistics",
|
|
"website": "http://login.hitbox.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:^Hitbox Gateway)",
|
|
"search": "headers[server]"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^Hitbox Gateway ([^\\s]{1,10})$)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"url": "/favicon.ico",
|
|
"md5": "0c7fdff990b60f5c7ec6ecf995c6f59f"
|
|
}
|
|
]
|
|
}
|