1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00
uBlock/platform/firefox
Deathamns dbfacad8a6 Firefox: new method for request handling
Now both nsIContentPolicy and on-http-* observers are used for net request
monitoring.

Reasons:
 - In many cases, nsIContentPolicy.shouldLoad is invoked twice for the same
   resource, because of the speculative parsing.
 - nsIContentPolicy.shouldLoad don't have information about the channel,
   so it can't redirect the request, nor change its headers, however
   on-http-opening-request can.

Also, local mirroring and inline-script blocking has been implemented.
2015-01-13 07:29:43 +01:00
..
bootstrap.js Firefox: revert previous change 2015-01-13 07:29:22 +01:00
chrome.manifest Firefox: minor changes 2015-01-13 07:29:15 +01:00
frameModule.js Firefox: new method for request handling 2015-01-13 07:29:43 +01:00
frameScript.js Firefox: new method for request handling 2015-01-13 07:29:43 +01:00
install.rdf Firefox: update manifest files when building 2015-01-13 07:29:06 +01:00
vapi-background.js Firefox: new method for request handling 2015-01-13 07:29:43 +01:00
vapi-client.js Firefox: new method for request handling 2015-01-13 07:29:43 +01:00
vapi-common.js Add license headers, plus some code styling 2015-01-13 07:29:16 +01:00