reconstruct web interface with react.js

This commit is contained in:
OttoMao
2015-05-19 21:19:43 +08:00
parent 157e478abb
commit d765060fff
41 changed files with 1886 additions and 17045 deletions

View File

@@ -3,7 +3,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 which supports CORS. ";
if(!isRootCAFileExists){
tip += "\nRoot CA does not exist, will not intercept any https requests.";
}