mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Bug 263216 links opened into new tab from ChatZilla pass the URL of the current tab as the http Referer
p=gavin.sharp@gmail.com r=silver
This commit is contained in:
parent
1a8956919c
commit
3aab5a5207
@ -1947,7 +1947,7 @@ function cmdGotoURL(e)
|
||||
if (client.host == "Mozilla") {
|
||||
window.openNewTabWith(e.url, false, false);
|
||||
} else {
|
||||
window.openNewTabWith(e.url);
|
||||
window.openNewTabWith(e.url, null, null, null, null, false);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user