recover sample rule

This commit is contained in:
加里
2014-09-11 12:04:06 +08:00
parent 3319b91934
commit 179090382f
2 changed files with 2 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ module.exports = {
//intercept https://github.com/
//otherwise, all the https traffic will not go through this proxy
// return true;
if(req.headers.host == "github.com"){
return true;
}else{