mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-08-04 12:01:58 +02:00
[refactor] change to https for search url
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
<p class="clock"></p>
|
||||
</div>
|
||||
<div class="head-item head-search mb-3 mb-xl-0">
|
||||
<form class="search" action="http://www.google.com/search" method="get">
|
||||
<form class="search" action="https://www.google.com/search" method="get">
|
||||
<input class="search-input mb-0" type="text" placeholder="Find bookmarks or search" tabindex="1" name="q" autocomplete="off" tabindex="1">
|
||||
<input type="submit" value="Search" class="is-hidden">
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user