зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1626507 - pt 2. Update comment since code has moved r=mattwoodrow
Differential Revision: https://phabricator.services.mozilla.com/D80594
This commit is contained in:
Родитель
650a260021
Коммит
80549aeb4c
|
@ -137,7 +137,7 @@ const kDocumentChannelDeniedURIs = [
|
|||
"about:printpreview",
|
||||
];
|
||||
|
||||
// Changes here should also be made in URIUsesDocChannel in nsDocShell.cpp.
|
||||
// Changes here should also be made in URIUsesDocChannel in DocumentChannel.cpp.
|
||||
function documentChannelPermittedForURI(aURI) {
|
||||
return (
|
||||
!kDocumentChannelDeniedSchemes.includes(aURI.scheme) &&
|
||||
|
|
Загрузка…
Ссылка в новой задаче