Skip to content

Commit

Permalink
CDN-6181 add always attr to cors option
Browse files Browse the repository at this point in the history
  • Loading branch information
freenoth committed Jun 30, 2023
1 parent ce4ebb4 commit 0af2769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcore/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0af2769

Please sign in to comment.