recover tips for web server

This commit is contained in:
加里
2014-09-22 13:59:23 +08:00
parent 172b6ac455
commit e2ee6c996a
4 changed files with 10 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ var isRootCAFileExists = require("./certMgr.js").isRootCAFileExists();
module.exports = {
summary:function(){
var tip = "the default rule for anyproxy, support : CORS";
var tip = "the default rule for anyproxy, support : CORS. ";
if(isRootCAFileExists){
tip += "\nRoot CA exists, will intercept all https requests for you";
}