My extension has a page: chrome-extension://xxx/app.html which contains an iframe that loads twitter.com
Since Twitter has X-Frame-Options: DENY header, I'd like to use declarativeNetRequest
to remove the header.
But it seems that Chrome will not apply the rules for extension page itself.
Any suggestions?