Bug 1626507 - Update comment since code has moved r=mattwoodrow

Depends on D80339

Differential Revision: https://phabricator.services.mozilla.com/D80594
This commit is contained in:
Paul Bone 2020-06-23 09:01:03 +00:00
Родитель 8749f45b54
Коммит d2a322df9a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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) &&