Make login optional. Add login icon.

This commit is contained in:
Ian Gulliver
2015-12-30 10:58:42 -08:00
parent 3125108ff2
commit cf5bf1f091
2 changed files with 49 additions and 4 deletions

View File

@@ -9,7 +9,6 @@ handlers:
static_files: static/babystats.html
upload: static/babystats.html
secure: always
login: required
http_headers:
X-Content-Type-Options: nosniff
@@ -17,14 +16,12 @@ 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