We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8957e78 commit f917469Copy full SHA for f917469
src/tabs.js
@@ -26,7 +26,8 @@ export async function getCurrentTab() {
26
export function isTabAllowedToAttach(tab) {
27
if (
28
!tab.url?.startsWith("chrome://") &&
29
- !tab.url?.startsWith("chrome-extension://")
+ !tab.url?.startsWith("chrome-extension://") &&
30
+ !tab.url?.startsWith("https://chromewebstore.google.com/")
31
) {
32
// It's not a privileged page.
33
return true;
0 commit comments