ivanboys0937 / notscripts

Automatically exported from code.google.com/p/notscripts
Other
0 stars 0 forks source link

<noscript> tag not supported #86

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. visit https://www.icontact.com/email-marketing-solution/signup1
2. make sure all sites are blocked
3. Observe that no captcha shows
4. Use chrome inspector, notice that the captcha div contains a <noscript> 
element.  According to spec, this should be displayed when scripting is turned 
off for a page.  It isn't.

What is the expected output? What do you see instead?
Should see contents of <noscript> element.  Instead I see nothing.

What version of the product are you using? On what operating system?
Most recent, 0.9.6.  WinXP.

Please provide any additional information below.

Original issue reported on code.google.com by andrew.t...@gmail.com on 5 Oct 2011 at 8:31

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This is trivially reproducible. Any content within a <noscript> element is not 
rendered when JavaScript is blocked for a page.

This dramatically reduces the utility of NotScripts, as the content within 
<noscript> is what we are expecting to see when we disable JavaScript. Many web 
pages are written in this manner to support people who wish to disable 
JavaScript, and so this content should be displayed.

Current Blocking Mode: Whitelist

List Stats

Total # Entries: 352

Space Occupied (dual-byte encoding): 5545 bytes / 5242880 bytes (0.10576 %)

Est. Space Occupied Encrypted (dual-byte encoding): 17744 bytes / 5242880 bytes 
(0.33844 %)

Est. Max. Entries: 104006

User Agent

Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) 
Chrome/29.0.1547.65 Safari/537.36

Original comment by mich...@freetalklive.com on 5 Sep 2013 at 4:07