[FIXED] Reloading not working automatically (10.1.6.3rc4)

Bug reports and enhancement requests
Post Reply
bo elam
Senior Member
Posts: 208
Joined: Sat Oct 14, 2017 2:25 am

[FIXED] Reloading not working automatically (10.1.6.3rc4)

Post by bo elam »

I just noticed, after updating to version 10.1.6.3rc4, the reloading of webpages after making permission changes doesn't happen automatically after closing NoScript menu. For them to take place, you have to reload the page manually.

Bo
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:57.0) Gecko/20100101 Firefox/57.0
koron
Junior Member
Posts: 20
Joined: Wed Jul 18, 2012 1:44 am

Re: Reloading not working automatically (10.1.6.3rc4)

Post by koron »

Simply, due to a miss in code...

In storage.js

async set(type, obj) {
return await this.safeOp("set", type, keys);
}

variable name mismatch between obj and keys...
Probably, fixed in future release.
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0
bo elam
Senior Member
Posts: 208
Joined: Sat Oct 14, 2017 2:25 am

Re: Reloading not working automatically (10.1.6.3rc4)

Post by bo elam »

Another thing that I find not working properly with version 10.1.6.3rc4 is that you cant change settings in the presets. In none of the presets via NoScript Options. I tested and find the problem (as the reloading issue) started in version 10.1.6.3rc4.

Bo
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:57.0) Gecko/20100101 Firefox/57.0
User avatar
Giorgio Maone
Site Admin
Posts: 9454
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: Reloading not working automatically (10.1.6.3rc4)

Post by Giorgio Maone »

Please check latest development build, thanks.
v 10.1.6.3rc5
=============================================================
x Domain matching now treats unknown no-dot domains (not in
the public suffixes list) as TLDs everywhere (fix finally
not overwritten by auto-generated tld.js)
x Fixed rc4 regression causing synchronized changes not to be
persisted

x Smarter XSS popup behavior when reporting concurrent events
from/to the same origins
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
User avatar
therube
Ambassador
Posts: 7929
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: Reloading not working automatically (10.1.6.3rc4)

Post by therube »

Fixed.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.2
bo elam
Senior Member
Posts: 208
Joined: Sat Oct 14, 2017 2:25 am

Re: [FIXED] Reloading not working automatically (10.1.6.3rc4

Post by bo elam »

Yes, fixed.

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