Description

Represents information about cross origin request sharing.

Usages

Configuration options

KeyKindTypeDefault ValueDescription
allow-credentialsVALUEBooleanfalseSets the allow credentials flag
allow-headersLISTString*Sets the allow headers
allow-methodsLISTString*Sets the allow methods
allow-originsLISTString*Sets the allowOrigins
enabledVALUEBooleantrueSets whether this config should be enabled or not
expose-headersLISTString Sets the expose headers
max-age-secondsVALUELong3600Sets the maximum age
path-patternVALUEString{+}Updates the path prefix for this cross-origin config

See the manifest for all available types.