bugfix:【frontend-gray插件】针对fetch的请求,强制不缓存 (#1856)

This commit is contained in:
mamba
2025-03-11 12:54:40 +08:00
committed by GitHub
parent 01cc7939ae
commit beb60fcacd
2 changed files with 7 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ const (
IsPageRequest = "is-page-request"
IsNotFound = "is-not-found"
EnabledGray = "enabled-gray"
SecFetchMode = "sec-fetch-mode"
)
type LogInfo func(format string, args ...interface{})