kylepaulsen / ResourceOverride

An extension to help you gain full control of any website by redirecting traffic, replacing, editing, or inserting new content.
MIT License
467 stars 117 forks source link

Header rules can not be handled in the second or later tab groups #56

Open aureole999 opened 2 years ago

aureole999 commented 2 years ago

Hi, I have a trouble when modifying the header of a request. The header modify rules only take effect in the first tab group.

I am not sure but I don't think it should return in the loop as following: https://github.com/kylepaulsen/ResourceOverride/blob/f19d8bf6d9409e3a693c266d67827078506594a7/src/background/headerHandling.js#L113

A temporary workaround is simple: put all header rules in the first tab group.

dungahk commented 1 year ago

I am having the same issue, thanks for the workaround!