Removing `x-webkit-speech` attribute #10561

Remove obsolete (from Google Chrome 36 on) attribute due to security vulnerability
This commit is contained in:
Volker E. 2014-08-20 22:59:55 +02:00
parent 98d0d48b54
commit ec1596054f
1 changed files with 1 additions and 1 deletions

View File

@ -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>