Broken URLs with braces (spaces instead of braces)
Posted: Fri Jun 03, 2011 10:28 am
Hello.
With enabled NoScript I have problems with some special URLs.
For example:
The actual sent request URI is:
It looks like NoScript translates braces to spaces in some URLs.
However URL like this (note the space between "old" and "domain"):
is sent well as:
I use current stable version and also tried development version (2.1.1).
I have default settings only with enabled setting "Completely allow all JavaScript (dangerous)", the last option in tab "General" (not sure about the actual English name, because I use Czech translation).
Note: With disabled NoScript or disabled option "Completely allow all JavaScript (dangerous)" URLs works well.
With enabled NoScript I have problems with some special URLs.
For example:
Code: Select all
http://localhost/application/search/newdomain.com(olddomain.com)
Code: Select all
/application/search/newdomain.com%20olddomain.com%20
However URL like this (note the space between "old" and "domain"):
Code: Select all
http://localhost/application/search/newdomain.com(old domain.com)
Code: Select all
/application/search/newdomain.com(old%20domain.com)
I have default settings only with enabled setting "Completely allow all JavaScript (dangerous)", the last option in tab "General" (not sure about the actual English name, because I use Czech translation).
Note: With disabled NoScript or disabled option "Completely allow all JavaScript (dangerous)" URLs works well.