拦截策略Pinning提示信息

This commit is contained in:
wangwei
2019-06-18 09:19:19 +08:00
parent a1a2324304
commit f03cba22dd

View File

@@ -727,7 +727,9 @@ legend{padding:.5em;border:0;width:auto;font-family: "Open Sans", sans-serif;col
<input type="checkbox" id="pinning" name="pinning" class="switch userRegion"
value="${_cfg.cfgId eq null?1:_cfg.userRegion.exclusions.pinning }" <c:if test="${_cfg.cfgId eq null or _cfg.userRegion.exclusions.pinning eq 1}">checked</c:if>/>
</div>
</div>
&nbsp;<span title="<spring:message code="When this option is disabled, applications with certificate pinning will be blocked."/>"
data-icon="&#xe08b;" style="cursor:default"></span>
</div>
<div for="pinning"></div>
</div>
</div>