Home
last modified time | relevance | path

Searched refs:pathInBlackList (Results 1 – 1 of 1) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.cpp10342 nsDependentCSubstring pathInBlackList( local
10348 if (StringBeginsWith(filePath, pathInBlackList) &&
10349 (filePath.Length() == pathInBlackList.Length() ||
10350 pathInBlackList.EqualsLiteral("/") ||
10351 filePath[pathInBlackList.Length() - 1] == '/' ||
10352 filePath[pathInBlackList.Length() - 1] == '?' ||
10353 filePath[pathInBlackList.Length() - 1] == '#')) {