优化WAF CC规则的文字提示

This commit is contained in:
刘祥超
2024-04-13 19:22:45 +08:00
parent 436ee75709
commit 141fb7bc61

View File

@@ -243,10 +243,10 @@ Vue.component("http-firewall-checkpoint-cc", {
</td> </td>
</tr> </tr>
<tr> <tr>
<td>忽略常文件</td> <td>忽略常文件</td>
<td> <td>
<checkbox v-model="ignoreCommonFiles"></checkbox> <checkbox v-model="ignoreCommonFiles"></checkbox>
<p class="comment">忽略js、css、jpg等常在网页里被引用的文件名。</p> <p class="comment">忽略js、css、jpg等常在网页里被引用的文件名,可以减少误判几率。</p>
</td> </td>
</tr> </tr>
</table> </table>