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 {