/* * Copyright (c) 2023, the SerenityOS developers. * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include #include #include namespace WebView { extern OrderedHashMap const user_agents; Optional normalize_user_agent_name(StringView); }