App Spec Static Site Cors Allow Origins
data class AppSpecStaticSiteCorsAllowOrigins(val exact: String? = null, val prefix: String? = null, val regex: String? = null)
Constructors
Link copied to clipboard
fun AppSpecStaticSiteCorsAllowOrigins(exact: String? = null, prefix: String? = null, regex: String? = null)
Types
Properties
Link copied to clipboard
The Access-Control-Allow-Origin
header will be set to the client's origin if the client’s origin matches the regex you provide, in RE2 style syntax.