Add the active analysis in the configuration options

This commit is contained in:
Félix Aime 2021-02-16 18:08:46 +01:00
parent 33710ce010
commit f0151c7195

View File

@ -86,6 +86,10 @@
<input type="checkbox" @change="local_analysis('analysis', 'whitelist')" v-model="config.analysis.whitelist">
<i class="form-icon"></i> Use whitelist to prevent false positives.
</label>
<label class="form-switch">
<input type="checkbox" @change="local_analysis('analysis', 'active')" v-model="config.analysis.active">
<i class="form-icon"></i> Use active analysis (Dig, Whois).
</label>
</div>
<h5 class="s-subtitle">User credentials</h5>
<div class="form-group">