Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Why does HTTP Switchboard conflict with AdBlock ?

Raymond Hill edited this page Dec 25, 2013 · 2 revisions

There is a conflict, but it is completely benign.

The conflict is that both extensions try to replace the content of <iframe> objects with harmless content.

However Chrome API will allow only one extension to successfully redirect, while the redirect attempt by the other extension will fail. There is no real harmful consequences in the current case, it's just that Chrome makes it appears more dramatic by slapping a little error icon on top of one of the extensions.

As long as the content of blacklisted <iframe> objects is redirected to load harmless content, all is fine.

Clone this wiki locally