We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7238db2 commit 53ecdf1Copy full SHA for 53ecdf1
src/serverHandler/vhostHandler.go
@@ -67,10 +67,6 @@ func NewVhostHandler(
67
pageVarys = append(pageVarys, "Referer", "Origin")
68
contentVarys = append(contentVarys, "Referer", "Origin")
69
}
70
- if p.GlobalAuth || len(p.AuthUrls) > 0 || len(p.AuthDirs) > 0 {
71
- pageVarys = append(pageVarys, "Authorization")
72
- contentVarys = append(contentVarys, "Authorization")
73
- }
74
75
pageVaryV1 := strings.Join(pageVarys, ", ")
76
contentVaryV1 := strings.Join(contentVarys, ", ")
0 commit comments