Page 1 of 1
					
				[RESOLVED] XSS filter problems on various sites?
				Posted: Mon Jul 03, 2017 7:48 pm
				by Lizard
				With the last few development builds I've noticed an increase of XSS warnings.
These are reproducible with 5.0.6RC6:
http://www.ad.nl/buitenland/taxi-rijdt- ... ~a4a4daee/
https://www.consoleshop.nl/product/7853 ... -snes.html
Also I've noticed I need to reload a page when I load a page on my local lan, even if I've allowed the page.
See the linked screenshot: 

 
			 
			
					
				Re: XSS filter problems on various sites?
				Posted: Mon Jul 03, 2017 8:55 pm
				by barbaz
				Lizard wrote:Also I've noticed I need to reload a page when I load a page on my local lan, even if I've allowed the page.
Try manually whitelisting the full address with the port -
 
			 
			
					
				Re: XSS filter problems on various sites?
				Posted: Tue Jul 04, 2017 5:35 pm
				by Lizard
				barbaz wrote:Lizard wrote:Also I've noticed I need to reload a page when I load a page on my local lan, even if I've allowed the page.
Try manually whitelisting the full address with the port -
 
Thanks, that seems to work. still strange it also works without the port number after a reload.
 
			 
			
					
				Re: XSS filter problems on various sites?
				Posted: Tue Jul 04, 2017 10:05 pm
				by barbaz
				You're welcome.
Regarding the XSS warnings:
When this issue occurs, do you see anything related in the Browser Console? (Ctrl-Shift-J)
(if you don't know what's related, turn off CSS warnings and post everything else you see)
			 
			
					
				Re: XSS filter problems on various sites?
				Posted: Wed Jul 05, 2017 3:32 pm
				by Archaeopteryx
				This seems to hit e.g. downloads on github.com quite often. A download of 
mozregression-gui.exe triggers the XSS protection while 
Git-2.13.2-64-bit.exe doesn't. Nothing obvious in the console of the browser toolbox.
 
			 
			
					
				Re: XSS filter problems on various sites?
				Posted: Wed Jul 05, 2017 4:05 pm
				by barbaz
				@Archaeopteryx: that might be 
viewtopic.php?f=10&t=22884 
			 
			
					
				Re: XSS filter problems on various sites?
				Posted: Wed Jul 05, 2017 6:00 pm
				by Lizard
				
			 
			
					
				Re: XSS filter problems on various sites?
				Posted: Wed Jul 05, 2017 10:57 pm
				by barbaz
				Does Marking facebook.net as Untrusted make any difference?
			 
			
					
				Re: XSS filter problems on various sites?
				Posted: Tue Jul 11, 2017 9:45 pm
				by Lizard
				That seems to remove the xss warnings, thnx