mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
19 lines
429 B
JSON
19 lines
429 B
JSON
{
|
|
"name": "eZ Publish",
|
|
"website": "https://github.com/ezsystems/ezpublish-legacy",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[eZSESSID]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "^eZ Publish"
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "eZ Publish"
|
|
}
|
|
],
|
|
"implies": "PHP"
|
|
} |