Clean up layout deferral. Require login.

This commit is contained in:
Ian Gulliver
2015-12-27 19:50:37 -08:00
parent fe5eff8923
commit 29f0d7600c
2 changed files with 25 additions and 11 deletions

View File

@@ -9,12 +9,14 @@ handlers:
static_files: static/babystats.html
upload: static/babystats.html
secure: always
login: required
http_headers:
X-Content-Type-Options: nosniff
- url: /static
static_dir: static
secure: always
login: required
http_headers:
X-Content-Type-Options: nosniff