mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
22 lines
494 B
JSON
22 lines
494 B
JSON
{
|
|
"name": "Platform.sh",
|
|
"website": "https://platform.sh",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-platform-cluster]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[x-platform-processor]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[x-platform-router]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[x-platform-server]",
|
|
"regexp": ".*"
|
|
}
|
|
]
|
|
} |