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:
Paul Bone 2020-07-16 05:30:39 +00:00
Родитель 650a260021
Коммит 80549aeb4c
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) &&