Skip to content

Commit 6f8430d

Browse files
authored
Merge pull request #78 from gulliverhan/removeselfhosted
disables self hosted gitlab support for now
2 parents 4496d9b + bb5604f commit 6f8430d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.0.1",
2+
"version": "4.0.2",
33
"manifest_version": 2,
44
"default_locale": "en",
55
"name": "__MSG_appName__",
@@ -59,7 +59,6 @@
5959
"storage",
6060
"declarativeContent",
6161
"webRequest",
62-
"https://gitlab.com/*",
63-
"https://*/*"
62+
"https://gitlab.com/*"
6463
]
6564
}

options/options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h2>Logged in as: <a target="_blank" id="login-user">XXX</a></h2>
5959
</div>
6060
<div class="login-container gitlab-login-container">
6161
<div class="login-item login-item-basic">
62-
<input id="gitlab-url" type="text" value="https://gitlab.com"/>
62+
<!--<input id="gitlab-url" type="text" value="https://gitlab.com"/>-->
6363
<input id="gitlab-email" type="email" placeholder="email"/>
6464
<p class="label">login with password:</p>
6565
<input id="gitlab-password" type="password" placeholder="password"/>

0 commit comments

Comments
 (0)