mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-29 11:00:29 +00:00
LaunchServer: Actually seal the allow-list on SealAllowList
Fixes #6804.
This commit is contained in:
parent
889359b6f9
commit
68a542623f
Notes:
sideshowbarker
2024-07-18 18:47:35 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/68a542623f5
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…
Reference in a new issue