diff --git a/lib/remote/eventqueue.cpp b/lib/remote/eventqueue.cpp index eb4e581fc..632e7b56f 100644 --- a/lib/remote/eventqueue.cpp +++ b/lib/remote/eventqueue.cpp @@ -42,6 +42,7 @@ bool EventQueue::CanProcessEvent(const String& type) const void EventQueue::ProcessEvent(const Dictionary::Ptr& event) { ScriptFrame frame; + frame.Sandboxed = true; if (!FilterUtility::EvaluateFilter(frame, m_Filter, event, "event")) return;