mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
22 lines
528 B
JSON
22 lines
528 B
JSON
{
|
|
"name": "CloudFront",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "CloudFront Server",
|
|
"website": null,
|
|
"matches": [
|
|
{
|
|
"status": 403,
|
|
"text": "<html><body>Sorry, invalid request</body></html>"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^CloudFront)"
|
|
},
|
|
{
|
|
"search": "headers[x-cache]",
|
|
"regexp": "(?-mix:^Error from cloudfront)"
|
|
}
|
|
]
|
|
}
|