blob: b896f35648ad1ebbebcddfa95bc082f1efd69295 [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// TODO(crbug.com/1227712): Migrate syntax and remove this.
deprecated_syntax;
library chromium.cast;
using fuchsia.web;
/// Provides a list of header names that should be exempted from CORS preflight
/// security checks for all Cast apps.
[Discoverable]
protocol CorsExemptHeaderProvider {
GetCorsExemptHeaderNames() -> (vector<bytes:fuchsia.web.MAX_HEADERS_COUNT>:MAX header_names);
};