1
Fork 0
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:
Andrew Kaster 2024-01-18 12:54:28 -07:00 committed by Alexander Kalenik
parent 567bb0f6a2
commit 32fe7db69f
4 changed files with 10 additions and 4 deletions

View file

@ -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;