filebrowser/http/headers.go
2025-12-06 10:52:11 +01:00

9 lines
177 B
Go

//go:build !dev
package fbhttp
// global headers to append to every response
var globalHeaders = map[string]string{
"Cache-Control": "no-cache, no-store, must-revalidate",
}