From 0af2769f4dcfea18724c9e710482e716f71633d0 Mon Sep 17 00:00:00 2001 From: Aleksei Iakovlev Date: Fri, 30 Jun 2023 17:00:04 +0800 Subject: [PATCH] CDN-6181 add always attr to cors option --- gcore/options.go | 1 + 1 file changed, 1 insertion(+) diff --git a/gcore/options.go b/gcore/options.go index 380c2c4..ff14e3b 100644 --- a/gcore/options.go +++ b/gcore/options.go @@ -70,6 +70,7 @@ type CacheHttpHeaders struct { type Cors struct { Enabled bool `json:"enabled"` Value []string `json:"value"` + Always bool `json:"always"` } type CountryACL struct {