fix SeaMonkey bustage - superfluous ( in patch for bug 301119, pointed out by ajschult
git-svn-id: svn://10.0.0.236/trunk@251904 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -985,7 +985,7 @@
|
||||
// error pages can load their favicon, to be on the safe side,
|
||||
// only allow chrome:// favicons
|
||||
const aboutNeterr = /^about:neterror\?/;
|
||||
if (!(aboutNeterr.test(targetDoc.documentURI) ||
|
||||
if (!aboutNeterr.test(targetDoc.documentURI) ||
|
||||
!uri.schemeIs("chrome")) {
|
||||
|
||||
const secMan =
|
||||
|
||||
Reference in New Issue
Block a user