mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
28 lines
631 B
JSON
28 lines
631 B
JSON
{
|
|
"name": "Flywheel",
|
|
"website": "https://getflywheel.com",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-fw-hash]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[x-fw-serve]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[x-fw-server]",
|
|
"regexp": "^Flywheel(?:/([\\d.]+))?",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[x-fw-static]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[x-fw-type]",
|
|
"regexp": ".*"
|
|
}
|
|
],
|
|
"implies": "WordPress"
|
|
} |