mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Bug 1050; escape target URI when passing to Alis; r=rjc
This commit is contained in:
parent
d99640642d
commit
25c2f4d88a
@ -527,7 +527,7 @@ function Shutdown()
|
||||
{
|
||||
targetURI = targetURI.substring(targetURIIndex + 14);
|
||||
}
|
||||
service += "&AlisTargetURI=" + targetURI;
|
||||
service += "&AlisTargetURI=" + escape(targetURI);
|
||||
|
||||
//window.content.location.href = service;
|
||||
if (appCore)
|
||||
|
Loading…
x
Reference in New Issue
Block a user