mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Removing x-webkit-speech attribute #10561
Remove obsolete (from Google Chrome 36 on) attribute due to security vulnerability
This commit is contained in:
parent
98d0d48b54
commit
ec1596054f
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@
|
|||
<form class="searchbox" action="#" method="post">
|
||||
<input id="searchbox" class="svg" type="search" name="query"
|
||||
value="<?php if(isset($_POST['query'])) {p($_POST['query']);};?>"
|
||||
autocomplete="off" x-webkit-speech />
|
||||
autocomplete="off" />
|
||||
</form>
|
||||
</div></header>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue