Relative Content

Tag Archive for google-chrome-extensionhttp-headerschrome-extension-manifest-v3response-headerschrome-extension-manifest-v2

Unable to remove Cross-Origin-opener-Policy in MV3 chrome extension

The below code updates a few network request rules.
Now if you look at rule id 2 we remove certain headers. I can see all of the other headers removal taking effect but not the Cross-Origin-Opener-Policy. is this some sort of limitation in MV3? This wasn’t the case in MV2. Or am I doing some blunder in my code.