代理-控制策略修改
1.白名单增加应答头域 2.操控:Redirect增加响应体域,Hijack/Inser增加SubscriberID域,修正URL必选 3.以上涉及导入相应修改
This commit is contained in:
@@ -191,11 +191,11 @@ public class ScriberIdCommGroupService extends CrudService<CrudDao<ScriberIdComm
|
||||
serviceGroupIds = "";
|
||||
for (String groupId : strings) {
|
||||
Integer size = scriberIdCommGroupDao.getCfgInfoByGroupIds(groupId);
|
||||
if(size == 0) { // 需配置取消
|
||||
if(size == 0) {
|
||||
boolean flag = groupManageService.checkCancelCfg(groupId, Constants.SUBID_OBJ_GROUP_TYPE);
|
||||
if(flag) { // 需配置更新
|
||||
if(flag) { // 需配置取消
|
||||
serviceGroupIds += ","+groupId;
|
||||
}else {
|
||||
}else { // 需配置更新
|
||||
groupIds += ","+groupId;
|
||||
}
|
||||
}else { // 需配置更新
|
||||
|
||||
Reference in New Issue
Block a user