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