1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-24 11:03:32 +01:00

Stop accepting untrusted keypress events.

This commit is contained in:
Kris Maglione
2011-07-28 09:21:53 -04:00
parent 9dd3533b76
commit 76020ae2b3

View File

@@ -494,7 +494,7 @@ var Events = Module("events", {
} }
this._activeMenubar = false; this._activeMenubar = false;
this.listen(window, this, "events", true); this.listen(window, this, "events");
}, },
signals: { signals: {