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.