Skip to content

Commit

Permalink
Remove sensitive breaches from /breaches page.
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyjanenorton committed Nov 14, 2019
1 parent eb5e5f8 commit 97826c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-helpers/breaches.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function getBreachArray(breaches, args) {
// since we aren't ever showing them now anyway?
breaches = filterBreaches(breaches);
breaches = sortBreaches(breaches);

breaches = breaches.filter(breach => !breach.IsSensitive);
breaches.forEach(breach => {
getLocalizedBreachValues(locales, breach);
delete(breach.Description);
Expand Down

0 comments on commit 97826c7

Please sign in to comment.