I'm looking for a way to ADD (or modify) a CSP. For instance, I want to disable all CSS on the page. ByPassCSP relies on a low-level call to the CDP. Network/Fetch seems like the right place, but I'm unsure if the CDP will allow this.
Currently, route.fulfill is what I'd want but I really need something like a tap on the response, not a full replacement, since I only want to modify the headers before they're sent to the browser.
Is this possible?