mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
15 lines
343 B
JSON
15 lines
343 B
JSON
{
|
|
"name": "Amazon Cloudfront",
|
|
"website": "http://aws.amazon.com/cloudfront/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[via]",
|
|
"regexp": "\\(CloudFront\\)$"
|
|
},
|
|
{
|
|
"search": "headers[x-amz-cf-id]",
|
|
"regexp": ".*"
|
|
}
|
|
],
|
|
"implies": "Amazon Web Services"
|
|
} |