User.js: Problematic Webextensions

Created on 25 Nov 2017  路  2Comments  路  Source: pyllyukko/user.js

When you install two extensions that modify the same elements you can get a warning, as uBo with Ghostery, and keep using both.

Another case is Privacy Badger with uMatrix that needs the element to be untouched by one of the two extensions (in this case spoof HTTP referrer with Umatrix).

Most helpful comment

The problem: Firefox has known problems when two extensions modify the same headers.

The issues appear because the final request that's outgoing from the browser is ruled by the last extension in the chain.

So, if you load e.g. uMatrix first and then CanvasBlocker, the outgoing request is ruled by the latter extension. Moreover, when you update an extension, it goes on bottom of the chain, so the outgoing may change.

Another issue is the loading time of an extension, see uBlock Origin wiki

All 2 comments

The problem: Firefox has known problems when two extensions modify the same headers.

The issues appear because the final request that's outgoing from the browser is ruled by the last extension in the chain.

So, if you load e.g. uMatrix first and then CanvasBlocker, the outgoing request is ruled by the latter extension. Moreover, when you update an extension, it goes on bottom of the chain, so the outgoing may change.

Another issue is the loading time of an extension, see uBlock Origin wiki

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sprvoll2cx86 picture sprvoll2cx86  路  6Comments

brakenow picture brakenow  路  7Comments

brakenow picture brakenow  路  5Comments

Thorin-Oakenpants picture Thorin-Oakenpants  路  4Comments

nodiscc picture nodiscc  路  6Comments