photoprism/pkg/header/cache.go
Michael Mayer fed1d8ad95 Auth: Accept access token as passwd with fail rate limit #782 #808 #3943
Signed-off-by: Michael Mayer <michael@photoprism.app>
2024-01-14 18:28:17 +01:00

7 lines
133 B
Go

package header
const (
CacheControl = "Cache-Control"
CacheControlNoStore = "no-store"
CacheControlNoCache = "no-cache"
)