mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:27:35 +00:00
LibWeb: Make UIEvents from the chrome the only default trusted Events
This commit is contained in:
parent
567bb0f6a2
commit
32fe7db69f
4 changed files with 10 additions and 4 deletions
|
@ -169,7 +169,7 @@ private:
|
|||
bool m_initialized { false };
|
||||
bool m_dispatch { false };
|
||||
|
||||
bool m_is_trusted { true };
|
||||
bool m_is_trusted { false };
|
||||
|
||||
Path m_path;
|
||||
TouchTargetList m_touch_target_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue