From 61bb4c28ae86e68f404bbfc8a5226fd6a1b063c6 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 8 Feb 2017 13:49:15 +0100 Subject: [PATCH] Improve a bit Moodle detection This can be tested on [this](http://fle.groupe-esa.com/login/index.php) website --- src/apps.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 4b06a262f..b5d21b823 100755 --- a/src/apps.json +++ b/src/apps.json @@ -4759,7 +4759,10 @@ ], "env": "^moodle", "headers": { - "Set-Cookie": "MoodleSession" + "Set-Cookie": "(?:MoodleSession|MOODLEID_)" + }, + "meta": { + "keywords": "^moodle" }, "html": "]+moodlelogo", "icon": "Moodle.png",