mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:57:35 +00:00
LaunchServer: Actually seal the allow-list on SealAllowList
Fixes #6804.
This commit is contained in:
parent
889359b6f9
commit
68a542623f
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ void ClientConnection::handle(const Messages::LaunchServer::SealAllowlist&)
|
|||
did_misbehave("Got more than one request to seal the allowed handlers list");
|
||||
return;
|
||||
}
|
||||
|
||||
m_allowlist_is_sealed = true;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue