Improve a bit gitlab detection

This can be tested [here](https://git.drk.sc/dijit/interview_questions#-network-questions)
main
jvoisin 8 years ago
parent 2a1afed604
commit 8025ab74e5

@ -2766,11 +2766,13 @@
"Set-cookie": "_gitlab_session" "Set-cookie": "_gitlab_session"
}, },
"meta": { "meta": {
"description": "^GitLab" "description": "^GitLab",
"og:site_name": "^GitLab$"
}, },
"html": [ "html": [
"<meta content=\"GitLab\" property=\"og:site_name\">", "<meta content=\"https?://[^/]+/assets/gitlab_logo-",
"<meta content=\"https?://[^/]+/assets/gitlab_logo-" "GitLab</title>",
"<header class=\"navbar navbar-fixed-top navbar-gitlab with-horizontal-nav\">"
], ],
"env": "^GitLab$", "env": "^GitLab$",
"icon": "GitLab.svg", "icon": "GitLab.svg",

Loading…
Cancel
Save