basic和behavior也加上dkc的自定义域,界面暂时隐藏,调整app的dns spoofing的复选框位置;
APP Identify IP修改为APP IP; DK GL修改为Correlation; 调整导入的stream模块自定义域设置; https 的contol doLog默认为1,可选择; https 的cache和intercep默认为2,不变;
This commit is contained in:
@@ -1023,7 +1023,7 @@ public class AppCfgService extends BaseService {
|
||||
}
|
||||
//DKC=8
|
||||
if(!StringUtil.isEmpty(entity.getUserRegion4())){
|
||||
userRegion+=Constants.USER_REGION_SPLIT +Constants.APP_VIGNORE_USER_REGION_KEY+"=1";
|
||||
userRegion+=Constants.USER_REGION_SPLIT +Constants.APP_VIGNORE_USER_REGION_KEY+"="+entity.getUserRegion4();
|
||||
}
|
||||
userRegion+=Constants.USER_REGION_SPLIT+"config_id="+entity.getCompileId();
|
||||
maatCfg.setUserRegion(userRegion);
|
||||
|
||||
Reference in New Issue
Block a user