Getting around <meta> X-Frame-Options DENY in a Chrome extension?

yazari

New Member
I'm writing a chrome extension that like intab loads links in an inline iframe, it works great except for sites that set the X-Frame-Options header to DENY or SAMEORIGIN.In this Question a working solution provided for the case where the HTTP header contains X-Frame-Options property. But, X-Frame-Options can also be set in a element in the HTML . Is there a way to remove this element before it's being loaded by chrome?
 
Back
Top