/* * Copyright (c) 2026-present, the Ladybird developers. * * SPDX-License-Identifier: BSD-2-Clause */ #include namespace RendererSandbox { ErrorOr apply_sandbox(Optional) { return {}; } }