mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-03-09 13:06:07 +08:00
WAF规则集中增加“允许搜索引擎”选项,可以快速允许搜索引擎访问
This commit is contained in:
@@ -34,12 +34,19 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>忽略局域网IP</td>
|
||||
<td>允许局域网IP</td>
|
||||
<td>
|
||||
<checkbox name="ignoreLocal" v-model="setConfig.ignoreLocal"></checkbox>
|
||||
<p class="comment">选中后表示如果请求来自局域网IP,则直接跳过当前规则集。</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>允许搜索引擎</td>
|
||||
<td>
|
||||
<checkbox name="ignoreSearchEngine" v-model="setConfig.ignoreSearchEngine"></checkbox>
|
||||
<p class="comment">选中后,表示如果请求来自常见搜索引擎的IP,则直接跳过当前规则集。</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<submit-btn></submit-btn>
|
||||
</form>
|
||||
Reference in New Issue
Block a user