Skip to content

Commit

Permalink
help-http-grade to help-html-grade
Browse files Browse the repository at this point in the history
  • Loading branch information
inson1 committed Nov 18, 2023
1 parent 7ee85a1 commit a596df8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h2>{{instances_filtered.length}}&nbsp;online instances</h2>
<th class="column-version">Version</th>
<th v-if="!display.comments" class="column-tls">TLS<a class="help" href="#help-tls-grade">?</a></th>
<th v-if="!display.comments" class="column-csp">CSP<a class="help" href="#help-csp-grade">?</a></th>
<th v-if="!display.comments" class="column-html">HTML<a class="help" href="#help-http-grade">?</a></th>
<th v-if="!display.comments" class="column-html">HTML<a class="help" href="#help-html-grade">?</a></th>
<th v-if="!display.comments" class="column-certificate">Certificate</th>
<th v-if="!display.comments" class="column-ipv6">IPv6<a class="help" href="#help-ipv6">?</a></th>
<th v-if="!display.comments" class="column-country">Country<a class="help" href="#help-country">?</a></th>
Expand Down Expand Up @@ -215,7 +215,7 @@ <h4 id="help-csp-grade">CSP grade</h4>
<p>Grade from <a href="https://github.com/dalf/http-observatory">dalf/http-observatory</a> updated fork of <a href="https://observatory.mozilla.org/faq.html">Observatory by mozilla</a>.
<p>Note: The grade shown here might be different from observatory.mozilla.org: searx.space checks the full SearXNG URL, observatory.mozilla.org checks the root path.</p>

<h4 id="help-http-grade">HTML grade</h4>
<h4 id="help-html-grade">HTML grade</h4>
<p>When the page is loaded by Firefox, are the scripts well-known ?</p>
<ul>
<li>V - Vanilla instance: all static files comes from the SearXNG git repository.</li>
Expand Down Expand Up @@ -262,7 +262,7 @@ <h2>{{instances_tor.length}}&nbsp;online instances</h2>
<tr>
<th class="column-url">URL</th>
<th class="column-version">Version</th>
<th v-if="!display.comments" class="column-html">HTML<a class="help" href="#help-http-grade">?</a></th>
<th v-if="!display.comments" class="column-html">HTML<a class="help" href="#help-html-grade">?</a></th>
<th v-if="!display.comments" class="column-responsetime">Search response time</th>
<th v-if="!display.comments" class="column-responsetime">Google response time</th>
<th v-if="!display.comments" class="column-responsetime">Initial response time</th>
Expand Down Expand Up @@ -383,7 +383,7 @@ <h2>Working engines of {{instances_filtered.length}} instance(s) (on total {{ins
</tbody>
</table>
</div>
<h4 id="help-http-grade">Labels:</h4>
<h4 id="help-html-grade">Labels:</h4>
<table class="engine-status-list">
<tr><td class="engine-status"><span class="ok"></span></td><td>The engine crashes less than 6% of the time</td></tr>
<tr><td class="engine-status"><span class="warning"></span></td><td>The engine crashes between 6% and 90% of the time</td></tr>
Expand Down

0 comments on commit a596df8

Please sign in to comment.