Skip to content

Commit

Permalink
Fixing bug causing token no to be recovered by extension
Browse files Browse the repository at this point in the history
  • Loading branch information
fvirdia committed Jan 22, 2025
1 parent 2959ead commit acb6d22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion shared/src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,9 @@ async function applyHeader(isManual = false) {
}

browser.webRequest.onBeforeRequest.addListener(
applyHeader,
async (details) => {
await applyHeader()
},
{ urls: ['https://*.kagi.com/*'] },
[],
);
Expand Down

0 comments on commit acb6d22

Please sign in to comment.