mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
bugfix for the rule description in web ui
This commit is contained in:
@@ -10,7 +10,7 @@ var mapConfig = [];
|
||||
|
||||
module.exports = {
|
||||
summary:function(){
|
||||
var tip = "the default rule for AnyProxy which supports 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.";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user