mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
22 lines
451 B
JSON
22 lines
451 B
JSON
{
|
|
"name": "Moodle",
|
|
"website": "http://moodle.org",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[MOODLEID_]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"search": "cookies[MoodleSession]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"regexp": "<img[^>]+moodlelogo"
|
|
},
|
|
{
|
|
"search": "meta[keywords]",
|
|
"regexp": "^moodle"
|
|
}
|
|
],
|
|
"implies": "PHP"
|
|
} |