Skip to content

Commit

Permalink
Calm down the insecure network connection warning
Browse files Browse the repository at this point in the history
Signed-off-by: yubiuser <[email protected]>
  • Loading branch information
yubiuser committed Feb 25, 2025
1 parent 3cdce06 commit a00aa69
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions login.lp
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ mg.include('scripts/lua/header.lp','r')
<div class="text-center form-group has-error" id="dns-failure-label" style="display: none;">
<label>DNS Server failure detected, log in to see Pi-hole diagnosis messages</label>
</div>
<div class="text-center form-group has-error" id="insecure-box" style="display: none;">
<div class="box box-danger">
<div class="box-header with-border pointer no-user-select">
<h3 class="box-title has-error control-label"><i class="fa fa-fw fa-triangle-exclamation"></i>&nbsp;&nbsp;Insecure network connection&nbsp;&nbsp;<i class="fa fa-fw fa-triangle-exclamation"></i></h3>
</div>
<div class="text-center form-group has-warning" id="insecure-box" style="display: none;">
<div class="box box-warning">
<div class="box-body">
<p>Consider upgrading to <a href="#" id="https-link">HTTPS</a> (end-to-end encryption)</p>
</div>
Expand Down

0 comments on commit a00aa69

Please sign in to comment.