This one goes back 10+ years and nobody really knows what it's for. And
it does create issues for the content security policy, so let's just get
rid of it.
<form id="docSearchForm" role="search" method="get" action="/search/">
<input type="hidden" name="u" value="/docs/{{page.display_version}}/" />
<div class="input-group">
- <input type="text" id="q" name="q" onfocus="if( this.value==this.defaultValue ) this.value='';" class="form-control" placeholder="Search the documentation for..."/>
+ <input type="text" id="q" name="q" class="form-control" placeholder="Search the documentation for..."/>
<span class="input-group-btn">
<button class="btn btn-default" type="submit"><i class="fas fa-search"></i></button>
</span>