mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-24 14:23:33 +01:00
Stop accepting untrusted keypress events.
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user