mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Process content blocker rules in the HTTP loader.
This commit is contained in:
parent
50fea8554e
commit
074fc4a5e1
5 changed files with 105 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue