I want to block request/ modify response headers based on the actual response headers I receive using declarativeNetRequest in chrome MV3.
In MV2 it was simple as we could do it in a blocking way using .webRequest.onHeadersReceived . But I don’t see how that is possible in MV3 , given there’s nothing dynamic possible in the pre defined rules of declarativeNetRequest.