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