From 35e3b8c40fcec5516f888ed5ba578e3a94f49257 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Thu, 11 Feb 2016 13:17:27 -0800 Subject: Fixing IE expire issue --- api/admin.go | 1 - 1 file changed, 1 deletion(-) (limited to 'api/admin.go') diff --git a/api/admin.go b/api/admin.go index 5a645dc97..d04991353 100644 --- a/api/admin.go +++ b/api/admin.go @@ -121,7 +121,6 @@ func getConfig(c *Context, w http.ResponseWriter, r *http.Request) { json = cfg.ToJson() w.Header().Set("Cache-Control", "no-cache, no-store, must-revalidate") - w.Header().Set("Expires", "0") w.Write([]byte(json)) } -- cgit v1.2.3-1-g7c22