mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
22 lines
527 B
JSON
22 lines
527 B
JSON
{
|
|
"name": "Backdrop",
|
|
"website": "https://backdropcms.org",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-backdrop-cache]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[x-generator]",
|
|
"regexp": "^Backdrop CMS(?:\\s([\\d.]+))?",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "^Backdrop CMS(?:\\s([\\d.]+))?",
|
|
"offset": 1
|
|
}
|
|
],
|
|
"implies": "PHP",
|
|
"excludes": "Drupal"
|
|
} |