1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 08:52:27 +01:00

Fix sanitizing domain data when called from FF.

This commit is contained in:
Doug Kearns
2016-02-13 03:20:42 +11:00
parent cf68a38739
commit 0b835e187b

View File

@@ -311,7 +311,7 @@ var Sanitizer = Module("sanitizer", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakRef
// be called, and with much greater granularity. Only process this
// event if it's triggered externally.
if (!this.sanitizing)
this.sanitizeItems(null, Range(), data);
this.sanitizeItems(null, Range(), host);
},
"browser:purge-session-history": function (subject, data) {
// See above.