1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-06 17:45:46 +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.listen(window, this, "events", true);
this.listen(window, this, "events");
},
signals: {