-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GitHub enterprise support #10
Comments
you probably just need to edit these, but i don't know anything about github enterprise |
So, I can add an options page, but it won't be able to change the manifest, and will require using programmatic injection to selectively enable the extension at runtime on the page, and will require cross-domain permissions on every site. Probably not worth it. I will keep poking though, and maybe I will find something. |
If you're able to add permissions to a site based on tags on the page both GH:E and standard Github have this tag set in their <meta content="GitHub" property="og:site_name"> You could give it permissions for all sites and match on |
Not sure if this is still being considered, but just in case, i'd like to add in a vote for GitHub enterprise support. If it's helpful, this chrome extension seems to do a pretty decent job of supporting both github.com and enterprise options. |
This extension also does github + enterprise https://github.com/thecodejunkie/github.expandinizr |
It would be great if I could add my GH:E URL to the matches. I don't know anything about Chrome Extensions, but I'm going to dig in and see if I can figure it out.
The text was updated successfully, but these errors were encountered: