Files
filebrowser/http/headers.go
T

9 lines
177 B
Go
Raw Normal View History

//go:build !dev
2025-12-06 10:52:11 +01:00
package fbhttp
// global headers to append to every response
var globalHeaders = map[string]string{
"Cache-Control": "no-cache, no-store, must-revalidate",
}