mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
384 B
JSON
19 lines
384 B
JSON
{
|
|
"name": "e107",
|
|
"website": "http://e107.org",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[e107_tz]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "e107"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "[^a-z\\d]e107\\.js"
|
|
}
|
|
],
|
|
"implies": "PHP"
|
|
} |