Bug 90355 - extra (false) security warning. r=bryner,sr=jst
git-svn-id: svn://10.0.0.236/branches/MOZILLA_0_9_2_BRANCH@99163 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -336,7 +336,8 @@ nsSecureBrowserUIImpl::OnStateChange(nsIWebProgress* aWebProgress,
|
||||
if (!nsCRT::strncmp((const char*) temp, "file:", 5) ||
|
||||
!nsCRT::strncmp((const char*) temp, "jar:", 4) ||
|
||||
!nsCRT::strncmp((const char*) temp, "javascript:", 10) ||
|
||||
!nsCRT::strcmp((const char*) temp, "about:layout-dummy-request")) {
|
||||
!nsCRT::strcmp((const char*) temp, "about:layout-dummy-request") ||
|
||||
!nsCRT::strcmp((const char*) temp, "about:parser-dummy-request")) {
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user