You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
Feature
Your envieronment
Any
What is the current behavior?
We are currently unable to set the fetch-restricted headers like Cookie, they simply are not sent.
What is the expected behavior?
They will be sent correctly. Need to do the same thing we do for restricted response headers - use webRequest WebExtension API.
Do you want to request a feature or report a bug?
Feature
Your envieronment
Any
What is the current behavior?
We are currently unable to set the
fetch
-restricted headers likeCookie
, they simply are not sent.What is the expected behavior?
They will be sent correctly. Need to do the same thing we do for restricted response headers - use
webRequest
WebExtension API.Videos/screenshots of the issue
https://i.imgur.com/naI52O4.gifv
The text was updated successfully, but these errors were encountered: