From 6b24e1e97a92e598ff0db20d845748753764a08f Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sat, 26 Dec 2015 23:17:00 -0800 Subject: [PATCH] Tell browsers to stop being smart. --- app.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.yaml b/app.yaml index 541b43b..6c08fe7 100644 --- a/app.yaml +++ b/app.yaml @@ -9,7 +9,11 @@ handlers: static_files: static/babystats.html upload: static/babystats.html secure: always + http_headers: + X-Content-Type-Options: nosniff - url: /static static_dir: static secure: always + http_headers: + X-Content-Type-Options: nosniff