我在本地主机上使用以下配置来禁用直接更新,但直接更新会随机显示。
<securityTests>
<customSecurityTest name="iOSSecurityTest">
<test realm="wl_antiXSRFRealm" step="1"/>
<test realm="wl_authenticityRealm" step="1"/>
<test realm="wl_remoteDisableRealm" step="1"/>
<test mode="disabled" realm="wl_directUpdateRealm" step="1"/>
<test isInternalUserID="true" realm="wl_anonymousUserRealm" step="1"/>
<test isInternalDeviceID="true" realm="wl_deviceNoProvisioningRealm" step="2"/>
</customSecurityTest>
答案 0 :(得分:0)
我会尝试两件事:
wl_directUpdateRealm
测试wl.realm.expiration.directUpdate
的到期值,因为这个值指示when will the direct update check take place。无论哪种方式,您都可能想要打开PMR,让开发团队检查为什么“禁用”不起作用。
请注意,如果这是在外部服务器中,则必须重新部署.war文件,如果对“server”文件夹下的任何文件进行任何更改。