Support self-hosted Gitlab
Nisgrak opened this issue · 4 comments
Allow use the extension in self-hosted instances with domains not related to gitlab.com
Hey! @Nisgrak
We have released a new version (ie v0.0.2.0). It supports self-hosted instances along with stylus theming (tested with gitlab-dark). It has been approved by Mozilla Addons and you can test it there. However it has not been approved yet by Chrome webstore (due to CO⬛⬛⬛).
I will post an update on this issue whenever it gets approved by the Chrome webstore. Hope it gets approved soon!
This is happening because in the previous versions we were only accessing domains having www.gitlab.com
. Whereas now since we are supporting self-hosted instances, we need permissions for <all_urls>
. Hence chrome prompts the user whenever the permissions are changed.