diff options
Diffstat (limited to 'background_scripts/main.coffee')
| -rw-r--r-- | background_scripts/main.coffee | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee index ecf18bef..a5d7ac31 100644 --- a/background_scripts/main.coffee +++ b/background_scripts/main.coffee @@ -398,7 +398,8 @@ root.updateActiveState = updateActiveState = (tabId) ->        if response          isCurrentlyEnabled = response.enabled          currentPasskeys = response.passKeys -        config = isEnabledForUrl { url: tab.url }, { tab: tab } +        currentURL = response.url +        config = isEnabledForUrl { url: currentURL }, { tab: tab }          enabled = config.isEnabledForUrl          passKeys = config.passKeys          if (enabled and passKeys) | 
