fix: 解决网站开启 HTTPS 之后 404 配置丢失的问题 (#6775)

This commit is contained in:
zhengkunwang 2024-10-18 17:17:38 +08:00 committed by GitHub
parent 60beebcb4c
commit 5105114321
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,7 @@ var repeatKeys = map[string]struct {
"include": {},
"sub_filter": {},
"add_header": {},
"error_page": {},
}
func IsRepeatKey(key string) bool {