[tor-bugs] #15978 [Atlas]: Missing <noscript> tag

Tor Bug Tracker & Wiki blackhole at torproject.org
Sat Apr 9 14:50:58 UTC 2016


#15978: Missing <noscript> tag
---------------------+------------------------------
 Reporter:  furious  |          Owner:  phw
     Type:  defect   |         Status:  needs_review
 Priority:  Medium   |      Milestone:
Component:  Atlas    |        Version:
 Severity:  Normal   |     Resolution:
 Keywords:           |  Actual Points:
Parent ID:           |         Points:
 Reviewer:           |        Sponsor:
---------------------+------------------------------
Changes (by 0xcoffee):

 * status:  new => needs_review
 * severity:   => Normal


Comment:

 Here's a simple patch to add this;

 {{{
 From 7f29d5db460481d22bd527024779c0891d4d4cd8 Mon Sep 17 00:00:00 2001
 From: 0xCoffee <0xcoffee at sigaint.org>
 Date: Sat, 9 Apr 2016 07:46:10 -0700
 Subject: [PATCH] Add <noscript> tag #15978

 ---
  index.html | 4 ++++
  1 file changed, 4 insertions(+)

 diff --git a/index.html b/index.html
 index fce43d4..b3297a1 100644
 --- a/index.html
 +++ b/index.html
 @@ -48,6 +48,10 @@
          <img src="img/loader.gif" />
        </div>
        <div id="content">
 +        <noscript>
 +          <h1>JavaScript required</h1>
 +          <p>Please enable JavaScript to use this service.</p>
 +        </noscript>
        </div>
        <hr/>
        <footer>
 --
 1.9.3 (Apple Git-50)
 }}}


 I cloned it from https://gitweb.torproject.org/atlas.git/ ; not sure if
 that's where the latest code is.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/15978#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list