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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user