зеркало из https://github.com/mozilla/gecko-dev.git
Bug 90335 - extra security warning. r=bryner,sr=jst
This commit is contained in:
Родитель
3114475732
Коммит
d39b3e59c8
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче