commit 07f70b1ce967585c2307ea1170f85a9274b04569 Author: Karsten Loesing karsten.loesing@gmx.net Date: Thu Dec 17 15:29:11 2020 +0100
Update instructions when javascript is disabled.
Fixes #31714. --- src/main/resources/web/jsps/rs.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/web/jsps/rs.jsp b/src/main/resources/web/jsps/rs.jsp index ec635f7..281f932 100644 --- a/src/main/resources/web/jsps/rs.jsp +++ b/src/main/resources/web/jsps/rs.jsp @@ -29,7 +29,7 @@ <noscript> <div class="alert alert-warning"> <p><strong>JavaScript required</strong><br> - Please enable JavaScript to use this service. If you are using Tor Browser on High Security mode, it is possible to enable JavaScript to run only on this page. Click the NoScript <img src="images/noscript.png"> icon on your address bar and select "Temporarily allow all on this page". Relay Search only uses JavaScript resources that are hosted by the Tor Metrics team.</p> + Please enable JavaScript to use this service. If you are using Tor Browser on Safest mode, you'll have to switch to Safer or Standard mode. Relay Search only uses JavaScript resources that are hosted by the Tor Metrics team.</p> </noscript> </div> </div> <!-- /container -->