mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
18 lines
439 B
JSON
18 lines
439 B
JSON
{
|
|
"name": "Pantheon",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Pantheon",
|
|
"website": "https://www.getpantheon.com/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-pantheon-edge-server]",
|
|
"regexp": "(?-mix:^(.*)$)"
|
|
},
|
|
{
|
|
"search": "headers",
|
|
"regexp": "(?-mix:HTTP\\/1\\.[01] 404 Unknown site\\!)"
|
|
}
|
|
]
|
|
}
|