mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
14 lines
314 B
JSON
14 lines
314 B
JSON
{
|
|
"name": "Azure CDN",
|
|
"website": "https://azure.microsoft.com/en-us/services/cdn/",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-ec-debug]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "^(?:ECAcc|ECS|ECD)"
|
|
}
|
|
]
|
|
} |