Page 1 of 1
					
				[FIXED] Reloading not working automatically (10.1.6.3rc4)
				Posted: Sun Jan 07, 2018 7:47 pm
				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
			 
			
					
				Re: Reloading not working automatically (10.1.6.3rc4)
				Posted: Mon Jan 08, 2018 2:23 pm
				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.
			 
			
					
				Re: Reloading not working automatically (10.1.6.3rc4)
				Posted: Mon Jan 08, 2018 6:55 pm
				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
			 
			
					
				Re: Reloading not working automatically (10.1.6.3rc4)
				Posted: Mon Jan 08, 2018 11:33 pm
				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
 
			
					
				Re: Reloading not working automatically (10.1.6.3rc4)
				Posted: Tue Jan 09, 2018 12:50 am
				by therube
				Fixed.
			 
			
					
				Re: [FIXED] Reloading not working automatically (10.1.6.3rc4
				Posted: Tue Jan 09, 2018 6:45 am
				by bo elam
				Yes, fixed.
Bo