Skip to content

Commit

Permalink
✨ Add restricted and password to Popup.isDisabled
Browse files Browse the repository at this point in the history
  • Loading branch information
richardfrost committed Mar 19, 2024
1 parent de6f551 commit cd43cd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/script/popup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ export default class Popup {
this.domain.disabled
|| this.disabledTab
|| (this.cfg.enabledDomainsOnly && !this.domain.enabled)
|| this.isRestrictedPage
|| this.isPasswordProtected
);
}

Expand Down

0 comments on commit cd43cd3

Please sign in to comment.