mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Merge pull request #4438 from GHolk/web-request-change-header
Include header in webRequest BeforeSendHeaders and HeaderReceived events
This commit is contained in:
commit
578fb23ba3
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ export const registerWebRequestAutocmd = (
|
|||
return browser.webRequest["on" + requestEvent].addListener(
|
||||
listener,
|
||||
{ urls: [pattern] },
|
||||
["blocking", "requestBody"],
|
||||
["blocking", "requestHeaders", "requestBody", "responseHeaders"],
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue