Skip to content

Commit

Permalink
Send Authorization header with fetch requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwinters committed Nov 12, 2024
1 parent 555b500 commit 89bdd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ async function updateRules() {
},
condition: {
urlFilter: '|https://kagi.com/*',
resourceTypes: ['main_frame'],
resourceTypes: ['main_frame', 'xmlhttprequest'],
},
},
],
Expand Down

0 comments on commit 89bdd71

Please sign in to comment.