mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
14 lines
362 B
JSON
14 lines
362 B
JSON
{
|
|
"name": "Via-Proxy",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.3",
|
|
"description": "This plugin extracts the proxy server details from the Via param of the HTTP header.",
|
|
"website": null,
|
|
"matches": [
|
|
{
|
|
"search": "headers[via]",
|
|
"regexp": "(?-mix:^.*$)"
|
|
}
|
|
]
|
|
}
|