Certificate Strategy改名为 Key Ring

拦截强度 Intercept intensity改为Intercept Related Domains (YES/NO)默认是NO
http content统一为http body。
http replace search in 默认为http response body
This commit is contained in:
duandongmei
2018-10-16 18:17:46 +08:00
parent 3b8d2a4168
commit bba2c0f19f
2 changed files with 10 additions and 13 deletions

View File

@@ -198,7 +198,7 @@
<select name="userRegion1"
class="selectpicker show-tick form-control required">
<c:forEach items="${fns:getDictList('CONTROL_REPLACE_ZONE')}" var="replaceZoneC">
<option value="${replaceZoneC.itemCode}" <c:if test="${_cfg.userRegion1==replaceZoneC.itemCode || _cfg.userRegion1==null}">selected</c:if>><spring:message code="${replaceZoneC.itemValue}"/></option>
<option value="${replaceZoneC.itemCode}" <c:if test="${_cfg.userRegion1==replaceZoneC.itemCode || (_cfg.userRegion1==null && replaceZoneC.itemCode eq 'http_resp_body')}">selected</c:if>><spring:message code="${replaceZoneC.itemValue}"/></option>
</c:forEach>
</select>
</div>