[tor-bugs] #29044 [Applications/Tor Browser]: NoScript does not seem to disable JavaScript on loading properly
Tor Bug Tracker & Wiki
blackhole at torproject.org
Thu Jan 10 14:55:38 UTC 2019
#29044: NoScript does not seem to disable JavaScript on loading properly
--------------------------------------------+--------------------------
Reporter: gk | Owner: tbb-team
Type: defect | Status: new
Priority: Very High | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: TorBrowserTeam201901, noscript | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
--------------------------------------------+--------------------------
Comment (by cyperpunks):
JS is not executed. This warning is visible without JS. After page load
<style> in <noscript> tag hide it:
{{{
<div class="container">
<div class="jsWarning">
<input type="radio" name="popout_btn" value="open" checked />
<input type="radio" name="popout_btn" value="close" />
<div class="popout-bg"></div>
<div class="popout-box centered">
<div class="heading" style="color:red;">Warning!</div>
<p>You have JavaScript enabled, you are putting yourself
at risk!</p>
<p>Please disable it immediately!</p>
</div>
</div>
<noscript>
<style>.jsWarning { display: none !important; }</style>
</noscript>
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/29044#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list