Page 1 of 1
[Fixed] 10.1.7.2rc1 does not display <noscript> tags
Posted: Fri Mar 16, 2018 2:36 pm
by barbaz
NoScript 10.1.7.2rc1
Firefox 59
new profile
Visit
https://javatester.org/javascript.html, make sure scripts are blocked for that domain
The "Test Results" box should show a red box saying "JavaScript IS NOT WORKING in your web browser". But it's empty.
10.1.7rc4 works better, but still not fully (the info is displayed but missing some styling).
Re: 10.1.7.2rc1 does not display <noscript> tags
Posted: Fri Mar 16, 2018 4:32 pm
by fatboy
Fx 57
NS 10.1.7rc3-10.1.7.2 — does not display <noscript> and meta redirection does not work.
(for example
https://vk.com ,
https://encrypted.google.com/ -> "test")
Re: 10.1.7.2rc1 does not display <noscript> tags
Posted: Fri Mar 16, 2018 11:48 pm
by Giorgio Maone
Should be fixed in
latest development build, please confirm.
v 10.1.7.3rc1
=============================================================
x Fixed infinite script count report loops on some sites
(thanks AuntyJack, @ALoss2 and others for reporting)
x Fixed localhost not being recognized as a domain (thanks
skriptimaahinen for patch)
x Fixed regression causing NOSCRIPT element and META refreshes
not to be emulated anymore on script-disabled pages (thanks
barbaz and fatboy for reporting)
Re: 10.1.7.2rc1 does not display <noscript> tags
Posted: Sat Mar 17, 2018 1:21 am
by barbaz
Thanks Giorgio, now it's back to the 10.1.7rc4 behavior. But that's still not fully fixed.
The problem stems from NoScript replacing <noscript> tags with <div>'s. The effect can be seen with this test page -
Code: Select all
<!doctype html>
<div>This is a <noscript>JS-disabled</noscript> test!</div>
NoScript Classic with scripts disabled shows
This is a JS-disabled test!
NoScript 10.1.7.3rc1 with scripts disabled shows -
This is a
JS-disabled
test!
I would suggest to fix it by instead replacing <noscript> tags with <span> instead of <div>.
Re: 10.1.7.2rc1 does not display <noscript> tags
Posted: Mon Jul 09, 2018 2:18 am
by barbaz
barbaz wrote:Thanks Giorgio, now it's back to the 10.1.7rc4 behavior. But that's still not fully fixed.
The problem stems from NoScript replacing <noscript> tags with <div>'s. The effect can be seen with this test page -
Code: Select all
<!doctype html>
<div>This is a <noscript>JS-disabled</noscript> test!</div>
NoScript Classic with scripts disabled shows
This is a JS-disabled test!
NoScript 10.1.7.3rc1 with scripts disabled shows -
This is a
JS-disabled
test!
This was discussed in
https://forums.informaction.com/viewtop ... =7&t=25014 and fixed in 10.1.8.3rc8
