diff --git a/clj-browserchannel/src/net/thegeez/browserchannel/server.clj b/clj-browserchannel/src/net/thegeez/browserchannel/server.clj index f4db4ec..46117b6 100644 --- a/clj-browserchannel/src/net/thegeez/browserchannel/server.clj +++ b/clj-browserchannel/src/net/thegeez/browserchannel/server.clj @@ -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