Skip to content

Commit

Permalink
Merge pull request #39 from G-Core/feature/CDN-6181_options_cors
Browse files Browse the repository at this point in the history
CDN-6181 add always attr to cors option
  • Loading branch information
freenoth authored Jun 30, 2023
2 parents ce4ebb4 + 0af2769 commit f7291a0
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 f7291a0

Please sign in to comment.