Skip to content

Commit

Permalink
Fix: Use IE TLS warn image too (#4993)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajp-io authored Nov 7, 2024
1 parent 9dd54ee commit 6af9bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kurl_proxy/assets/tls-warning.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
class="flex-column right-block alignItems--center justifyContent--center"
>
<script>
if (["Safari", "Chrome", "Firefox"].includes(browserPlainText)) {
if (["Safari", "Chrome", "Firefox", "Internet Explorer"].includes(browserPlainText)) {
document.write(
'<img class="insecure-image m-auto" src="/assets/images/' +
browserPlainText.toLowerCase().replace(" ", "") +
Expand Down

0 comments on commit 6af9bd3

Please sign in to comment.