Commit 1a473ff0 authored by henry's avatar henry Committed by Dan Ballard
Browse files

fixup! BB 41854: Allow overriding download spam protection.

TB 44416: Linting update for 147.
parent 77f13100
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -206,6 +206,7 @@ class WindowSpamProtection {
class DownloadSpamEnabler {
  /**
   * Constructs a DownloadSpamEnabler object
   *
   * @param {nsIPrincipal} principal
   * @param {DownloadSpamProtection} downloadSpamProtection
   */
@@ -215,6 +216,7 @@ class DownloadSpamEnabler {
  }
  /**
   * Allows a DownloadSpam item
   *
   * @param {DownloadSpam} downloadSpam
   */
  allow(downloadSpam) {