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