Allow embedding, start with some modest caching.
This commit is contained in:
4
app.yaml
4
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
|
||||
|
||||
Reference in New Issue
Block a user