Skip to content

Commit

Permalink
Bug 1575579 - Do not search through security info. r=Honza
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D43072

--HG--
extra : moz-landing-system : lando
  • Loading branch information
lloan committed Aug 23, 2019
1 parent 623af19 commit f88fcbe
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions devtools/client/netmonitor/src/workers/search/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -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, {
Expand Down

0 comments on commit f88fcbe

Please sign in to comment.