mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +00:00
Removes headers middleware options
This commit is contained in:
@@ -201,7 +201,6 @@ func TestDo_dynamicConfiguration(t *testing.T) {
|
||||
AccessControlAllowCredentials: true,
|
||||
AccessControlAllowHeaders: []string{"foo"},
|
||||
AccessControlAllowMethods: []string{"foo"},
|
||||
AccessControlAllowOrigin: "foo",
|
||||
AccessControlAllowOriginList: []string{"foo"},
|
||||
AccessControlAllowOriginListRegex: []string{"foo"},
|
||||
AccessControlExposeHeaders: []string{"foo"},
|
||||
|
||||
Reference in New Issue
Block a user