mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
426 B
JSON
19 lines
426 B
JSON
{
|
|
"name": "WP Rocket",
|
|
"website": "http://wp-rocket.me",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "WP Rocket(?:/([\\d.]+))?",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "headers[x-rocket-nginx-bypass]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"regexp": "<!--[^>]+WP Rocket"
|
|
}
|
|
],
|
|
"implies": "WordPress"
|
|
} |