Update httprp.html

Prevent the browser from filling the saved Zoraxy login account into the  input searchInput
This commit is contained in:
WHFo 2025-04-11 12:02:28 +08:00 committed by GitHub
parent d682d52eb7
commit b23b967165
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,8 @@
</div>
</div>
<div class="ui small input" style="width: 300px; height: 38px;">
<!-- Prevent the browser from filling the saved Zoraxy login account into the input searchInput below -->
<input type="password" autocomplete="off" hidden/>
<input type="text" id="searchInput" placeholder="Quick Search" onkeydown="handleSearchInput(event);" onchange="handleSearchInput(event);" onblur="handleSearchInput(event);">
</div>
</div>
@ -782,4 +784,4 @@
filterProxyList();
});
});
</script>
</script>