blob: ae62fb616fe7df8b0b3478bd2c6515eea05ae569 [file] [log] [blame]
// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
dictionary ResponseHeader {
DOMString value;
};
// Stub namespace for manifest keys relating to the cross origin isolation
// response headers.
[Namespace=crossOriginIsolation]
partial dictionary ExtensionManifest {
ResponseHeader cross_origin_embedder_policy;
ResponseHeader cross_origin_opener_policy;
};