mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
22 lines
593 B
JSON
22 lines
593 B
JSON
{
|
|
"name": "HighWire-Press",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "HighWire Press hosting",
|
|
"website": "http://highwire.stanford.edu/about/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-firenze-processing-time]",
|
|
"regexp": "(?-mix:^[\\d\\.]+$)"
|
|
},
|
|
{
|
|
"search": "headers[x-firenze-processing-tims]",
|
|
"regexp": "(?-mix:^detect-robot:)"
|
|
},
|
|
{
|
|
"search": "headers[x-highwire-sessionid]",
|
|
"regexp": "(?-mix:^.+$)"
|
|
}
|
|
]
|
|
}
|