formatting
This commit is contained in:
parent
d0cd1d0bca
commit
9cc8bf5234
|
@ -766,10 +766,10 @@
|
|||
|
||||
;; straight from google
|
||||
(def standard-headers
|
||||
{"Content-Type" "text/plain"
|
||||
"Cache-Control" "no-cache, no-store, max-age=0, must-revalidate"
|
||||
"Pragma" "no-cache"
|
||||
"Expires" "Fri, 01 Jan 1990 00:00:00 GMT"
|
||||
{"Content-Type" "text/plain"
|
||||
"Cache-Control" "no-cache, no-store, max-age=0, must-revalidate"
|
||||
"Pragma" "no-cache"
|
||||
"Expires" "Fri, 01 Jan 1990 00:00:00 GMT"
|
||||
"X-Content-Type-Options" "nosniff"})
|
||||
|
||||
(def default-options
|
||||
|
|
Reference in a new issue