From 8025ab74e57009a408079da4e9d9d9f9bdd0a516 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 22 Feb 2017 12:17:55 +0100 Subject: [PATCH] Improve a bit gitlab detection This can be tested [here](https://git.drk.sc/dijit/interview_questions#-network-questions) --- src/apps.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/apps.json b/src/apps.json index 363ee4648..d8c623906 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2766,11 +2766,13 @@ "Set-cookie": "_gitlab_session" }, "meta": { - "description": "^GitLab" + "description": "^GitLab", + "og:site_name": "^GitLab$" }, "html": [ - "", - "", + "
" ], "env": "^GitLab$", "icon": "GitLab.svg",