mirror of
https://github.com/znc/znc.git
synced 2026-07-03 08:21:57 +02:00
Enable editing trusted fingerprints in webadmin
This commit is contained in:
@@ -80,6 +80,14 @@
|
||||
<br /><span class="info">One server per line, "host [[+]port] [password]", + means SSL</span>
|
||||
</div>
|
||||
|
||||
<div class="subsection twothird">
|
||||
<div class="inputlabel">Trusted SSL fingerprints of this IRC network:</div>
|
||||
<div><textarea name="fingerprints" cols="50" rows="5"><? LOOP TrustedFingerprints ?><? VAR FP ?>
|
||||
<? ENDLOOP ?>
|
||||
</textarea></div>
|
||||
<br /><span class="info">When these certificates are encountered, checks for hostname, expiration date, CA are skipped</span>
|
||||
</div>
|
||||
|
||||
<div class="subsection">
|
||||
<div class="inputlabel">Flood protection:</div>
|
||||
<div class="checkbox">
|
||||
|
||||
Reference in New Issue
Block a user