зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1575579 - Do not search through security info. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D43072 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
623af19a30
Коммит
f88fcbec55
|
@ -85,16 +85,6 @@ function searchInResource(resource, query) {
|
|||
);
|
||||
}
|
||||
|
||||
if (resource.securityInfo) {
|
||||
results.push(
|
||||
findMatches(resource, query, {
|
||||
key: "securityInfo",
|
||||
type: "securityInfo",
|
||||
panel: "security",
|
||||
})
|
||||
);
|
||||
}
|
||||
|
||||
if (resource.responseContent) {
|
||||
results.push(
|
||||
findMatches(resource, query, {
|
||||
|
|
Загрузка…
Ссылка в новой задаче