mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-24 21:21:26 +02: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
|
// be called, and with much greater granularity. Only process this
|
||||||
// event if it's triggered externally.
|
// event if it's triggered externally.
|
||||||
if (!this.sanitizing)
|
if (!this.sanitizing)
|
||||||
this.sanitizeItems(null, Range(), data);
|
this.sanitizeItems(null, Range(), host);
|
||||||
},
|
},
|
||||||
"browser:purge-session-history": function (subject, data) {
|
"browser:purge-session-history": function (subject, data) {
|
||||||
// See above.
|
// See above.
|
||||||
|
|||||||
Reference in New Issue
Block a user