/*
 * Copyright (c) 2026-present, the Ladybird developers.
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

#include <RequestServer/Sandbox.h>

namespace RequestServer {

ErrorOr<void> apply_sandbox(Vector<ByteString> const&)
{
    return {};
}

}
