Process content blocker rules in the HTTP loader.

This commit is contained in:
Josh Matthews 2016-04-17 16:45:33 -04:00 committed by Anthony Ramine
parent 50fea8554e
commit 074fc4a5e1
5 changed files with 105 additions and 4 deletions

View file

@ -5,6 +5,7 @@
#![feature(plugin)]
#![plugin(plugins)]
extern crate content_blocker;
extern crate cookie as cookie_rs;
extern crate devtools_traits;
extern crate flate2;