From d664e26427d0f152a6bd7d235cf8769cbb6123cc Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 25 Nov 2015 22:14:02 -0800 Subject: [PATCH] Allow embedding, start with some modest caching. --- app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.yaml b/app.yaml index 34510cd..1b18116 100644 --- a/app.yaml +++ b/app.yaml @@ -9,15 +9,15 @@ handlers: static_files: static/clicks.html upload: static/clicks.html secure: always + expiration: "1d" http_headers: - X-Frame-Options: DENY X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload - url: /static static_dir: static secure: always + expiration: "1d" http_headers: - X-Frame-Options: DENY X-Content-Type-Options: nosniff Strict-Transport-Security: max-age=31536000; includeSubDomains; preload