From ce48b87a0a227428243f563ab3a39e03842f76e1 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 19 Mar 2017 15:48:38 +0800 Subject: [PATCH] modify default filter --- src/scripts/controllers/new.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scripts/controllers/new.js b/src/scripts/controllers/new.js index 7d0143d..66c0f39 100644 --- a/src/scripts/controllers/new.js +++ b/src/scripts/controllers/new.js @@ -16,8 +16,8 @@ options: {}, optionFilter: { global: true, - http: true, - bittorrent: true + http: false, + bittorrent: false } };