Add the active analysis in the configuration options
This commit is contained in:
parent
33710ce010
commit
f0151c7195
@ -86,6 +86,10 @@
|
|||||||
<input type="checkbox" @change="local_analysis('analysis', 'whitelist')" v-model="config.analysis.whitelist">
|
<input type="checkbox" @change="local_analysis('analysis', 'whitelist')" v-model="config.analysis.whitelist">
|
||||||
<i class="form-icon"></i> Use whitelist to prevent false positives.
|
<i class="form-icon"></i> Use whitelist to prevent false positives.
|
||||||
</label>
|
</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>
|
</div>
|
||||||
<h5 class="s-subtitle">User credentials</h5>
|
<h5 class="s-subtitle">User credentials</h5>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user