feat: filebrowser with encfs
This commit is contained in:
9
http/headers.go
Normal file
9
http/headers.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build !dev
|
||||
// +build !dev
|
||||
|
||||
package http
|
||||
|
||||
// global headers to append to every response
|
||||
var globalHeaders = map[string]string{
|
||||
"Cache-Control": "no-cache, no-store, must-revalidate",
|
||||
}
|
||||
Reference in New Issue
Block a user