// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "services/network/cors/cors_util.h" #include "net/http/http_util.h" #include "services/network/public/cpp/cors/cors.h" namespace network::cors { std::vector<std::string> CorsUnsafeNotForbiddenRequestHeaderNames( const net::HttpRequestHeaders::HeaderVector& headers, bool is_revalidating) { … } } // namespace network::cors