Merge pull request #1355 from jvoisin/improve_moodle_detection

Improve a bit Moodle detection
main
Elbert Alias 8 years ago committed by GitHub
commit 6b56f01557

@ -4812,7 +4812,10 @@
],
"env": "^moodle",
"headers": {
"Set-Cookie": "MoodleSession"
"Set-Cookie": "(?:MoodleSession|MOODLEID_)"
},
"meta": {
"keywords": "^moodle"
},
"html": "<img[^>]+moodlelogo",
"icon": "Moodle.png",

Loading…
Cancel
Save