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:
@@ -494,7 +494,7 @@ var Events = Module("events", {
|
||||
}
|
||||
|
||||
this._activeMenubar = false;
|
||||
this.listen(window, this, "events", true);
|
||||
this.listen(window, this, "events");
|
||||
},
|
||||
|
||||
signals: {
|
||||
|
||||
Reference in New Issue
Block a user