8 ms·
It's because of a Chrome bug that dynamically granted options will be "forgotten" after Chrome restarts if I set all urls as optional permission. In order to s
by Justineo 11y ago
It's because of a Chrome bug that dynamically granted options will be "forgotten" after Chrome restarts if I set all urls as optional permission. In order to support GitHub Enterprise, which I cannot know the domains in advance, I have to request permission for all domains and deal with script injection myself.