10.1.4 fixes some stuff, broke others

Ask for help about NoScript, no registration needed to post
User avatar
Just_Golem
Junior Member
Posts: 25
Joined: Tue Nov 28, 2017 11:04 am

10.1.4 fixes some stuff, broke others

Post by Just_Golem »

New version fixed the little De-Maximize bug.

Now stopped working in Private Mode (as a few days back)

and in Regular mode

I can no longer Login to my Bell Canada account as it needs access to a secure server (https:// secure. adnxs .com) and even though it is marked as Trusted, when I look at the Checked Boxes (all checked), Script has a BIG Red tag Over it. If I Disable NoScript, I can login, when logged in, if I Re-Enable NoScript, I stay logged in but 50% of the Page disappears, mostly images, headers, navigation tools, and NoScript Icon says 46 Things Blocked

For now, that site and private mode are all that I have found broken. Google Stuff still works.

I only tested on a Linux box as of writing.
Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0
User avatar
Just_Golem
Junior Member
Posts: 25
Joined: Tue Nov 28, 2017 11:04 am

Re: 10.1.4 fixes some stuff, broke others

Post by Just_Golem »

In reply to Pansa in other thread, https://forums.informaction.com/viewtop ... 2&start=45

Are you sure capabilities of your rule-set is in order?.......
check if trusted actually allows all scripts. (and confirm in the debug log under "capabilities" of each rule-preset)

Sadly I do not understand what this means.

When I try checking the Debug box on this Linux system, all goes Nuts. It takes 2-3 minutes for page to load, then, trying to copy/paste Debug text (as I finally did here) takes another 2 minutes because as soon as I place Mouse in Debug Box, all the text goes invisible for 2 minutes. Then when it comes back and I try to paste it here, Tabs no longer work as they all display NoScript settings instead of what they should be (like this forum), so I have to close all the tabs and reopen them.

This is what debug box shows. I have no clue what this means and how to interpret. :-(

{
"DEFAULT": {
"capabilities": [
"other",
"font",
"frame",
"media",
"webgl"
],
"temp": false
},
"TRUSTED": {
"capabilities": [
"script",
"media",
"frame",
"font",
"webgl",
"fetch",
"other",
"object"
],
"temp": false
},

As I said, if I look at my Bell Canada page, in NoScript icon and display all the checked boxes, All the Bell boxes are on a Yellow Background and all Checked, the Secure site needed for the Password entry, is also on a Yellow Background, all checked BUT Script has a BIG Red tag around it. I have no clue what this means, but Login is impossible. Also, NoScript icon displays 46 Blocked "Things???"

Sorry I can explain any better, also, I can't find a way to post screen shots and don't have access to an external Photo manager
Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0
User avatar
Just_Golem
Junior Member
Posts: 25
Joined: Tue Nov 28, 2017 11:04 am

Re: 10.1.4 fixes some stuff, broke others

Post by Just_Golem »

While this gets resolved, I downgraded back to version 10.1.3 because Access to my accounts is more important than the little de-maximizing thingy.

Will be checking forum for other info and suggestions
Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0
paul_S
Posts: 3
Joined: Tue Nov 21, 2017 4:44 pm

Re: 10.1.4 fixes some stuff, broke others

Post by paul_S »

I also noticed the same thing. 10.1.4 fixes the window maximize issue, but now some sites don't work at all, even though they are allowed. Allowing all scripts globally, makes the sites work again.

here is a sample:
http://purchase.tickets.com/buy/TicketP ... 1512104467

the buy ticket buttons don't work, because scripts are not allowed. I checked the web console and it can't find the javascript function. works fine in google chrome or with noscript disabled.
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
NoScriptian

Re: 10.1.4 fixes some stuff, broke others

Post by NoScriptian »

Looks like the new version sets certain sites you set to Trusted also to Untrusted. At least that's what it did with your link. I started with a blank debug log.
{
"DEFAULT": {
"capabilities": [],
"temp": false
},
"TRUSTED": {
"capabilities": [
"script",
"object",
"media",
"frame",
"font",
"webgl",
"fetch",
"other"
],
"temp": false
},
"UNTRUSTED": {
"capabilities": [],
"temp": false
},
"sites": {
"trusted": [],
"untrusted": [
"http://purchase.tickets.com",
"tickets.com",
"http://www.googletagmanager.com",
"googletagmanager.com",
"§:informaction.com",
"§:google.com"
],
"custom": {},
"temp": [
"http://purchase.tickets.com",
"tickets.com",
"http://www.googletagmanager.com",
"googletagmanager.com",
"§:informaction.com",
"§:google.com"
]
},
"enforced": true
}
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Pansa
Senior Member
Posts: 318
Joined: Fri Nov 24, 2017 10:30 pm

Re: 10.1.4 fixes some stuff, broke others

Post by Pansa »

Bug in 10.1.4:
Some script-sources are not shown in the list, but treated as default/blocked.
Patch inc.
Back to 10.1.3 for the time being I guess.
https://addons.mozilla.org/en-US/firefo ... /versions/

https://forums.informaction.com/viewtop ... 277#p93274
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Stevo

Re: 10.1.4 fixes some stuff, broke others

Post by Stevo »

Just_Golem wrote:In reply to Pansa in other thread, https://forums.informaction.com/viewtop ... 2&start=45
.....

When I try checking the Debug box on this Linux system, all goes Nuts. It takes 2-3 minutes for page to load, then, trying to copy/paste Debug text (as I finally did here) takes another 2 minutes because as soon as I place Mouse in Debug Box, all the text goes invisible for 2 minutes. Then when it comes back and I try to paste it here, Tabs no longer work as they all display NoScript settings instead of what they should be (like this forum), so I have to close all the tabs and reopen them.

.....
Same issue here with cpu usage https://forums.informaction.com/viewtop ... =7&t=23956 it's a (elder) linuxbox on 14.04.X lts.

for now i stay on 10.1.3c3 on the non-test machine. 10.1.4 is as 10.1.3 not usable.
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
imgoingdodo

Re: 10.1.4 fixes some stuff, broke others

Post by imgoingdodo »

Confirming what others are experiencing ith NS 10.1.4. Gmail bugged a while and Yahoo (please don't judge, its my spam account) is absolutely unusable - you can't open mail, empty bins nothing.

Just as a matter of curiosity, how do you go back to the previous version of NS?
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:57.0) Gecko/20100101 Firefox/57.0
User avatar
Just_Golem
Junior Member
Posts: 25
Joined: Tue Nov 28, 2017 11:04 am

Re: 10.1.4 fixes some stuff, broke others

Post by Just_Golem »

imgoingdodo wrote:Confirming what others are experiencing ith NS 10.1.4. Gmail bugged a while and Yahoo (please don't judge, its my spam account) is absolutely unusable - you can't open mail, empty bins nothing.

Just as a matter of curiosity, how do you go back to the previous version of NS?
Go to this Mozilla page, chose back version you want https://addons.mozilla.org/en-US/firefo ... /versions/

Click the add button of your Version choice
Then Go to Firefox Add-ons Section , and on NoScript immediately click the MORE link
Scroll down and Change Automatic Update to OFF

Then you have to manually check for new versions with a Search (Google or Mozilla Add-On page) and see if version .5 .6... are available
Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0
Guest

Re: 10.1.4 fixes some stuff, broke others

Post by Guest »

Also broken inside Containers.
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
alex-the-cat

Re: 10.1.4 fixes some stuff, broke others

Post by alex-the-cat »

version 10.1.4 fixed the "windows nu-maxiumize" problem but now it won't save newly granted permission. any new permission granted went back to default after browser restart.
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
alex-the-cat

Re: 10.1.4 fixes some stuff, broke others

Post by alex-the-cat »

alex-the-cat wrote:version 10.1.4 fixed the "windows nu-maxiumize" problem but now it won't save newly granted permission. any new permission granted went back to default after browser restart.
*un-maxiumize
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
barbaz
Senior Member
Posts: 10841
Joined: Sat Aug 03, 2013 5:45 pm

Re: 10.1.4 fixes some stuff, broke others

Post by barbaz »

Does NoScript 10.1.5 fix these issues?
*Always* check the changelogs BEFORE updating that important software!
-
Pansa
Senior Member
Posts: 318
Joined: Fri Nov 24, 2017 10:30 pm

Re: 10.1.4 fixes some stuff, broke others

Post by Pansa »

barbaz wrote:Does NoScript 10.1.5 fix these issues?
For me it does, if it was a general question rather than directed at OP specifically.
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
bo elam
Senior Member
Posts: 208
Joined: Sat Oct 14, 2017 2:25 am

Re: 10.1.4 fixes some stuff, broke others

Post by bo elam »

barbaz wrote:Does NoScript 10.1.5 fix these issues?
Sure does, I cant reproduce them anymore. :)

Bo
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:57.0) Gecko/20100101 Firefox/57.0
Post Reply