mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
22 lines
483 B
JSON
22 lines
483 B
JSON
{
|
|
"name": "Fastly",
|
|
"website": "https://www.fastly.com",
|
|
"matches": [
|
|
{
|
|
"search": "headers[fastly-debug-digest]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[vary]",
|
|
"regexp": "Fastly-SSL"
|
|
},
|
|
{
|
|
"search": "headers[x-fastly-request-id]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[x-via-fastly:]",
|
|
"regexp": ".*"
|
|
}
|
|
]
|
|
} |