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
|
static_files: static/clicks.html
|
||||||
upload: static/clicks.html
|
upload: static/clicks.html
|
||||||
secure: always
|
secure: always
|
||||||
|
expiration: "1d"
|
||||||
http_headers:
|
http_headers:
|
||||||
X-Frame-Options: DENY
|
|
||||||
X-Content-Type-Options: nosniff
|
X-Content-Type-Options: nosniff
|
||||||
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
|
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
|
||||||
|
|
||||||
- url: /static
|
- url: /static
|
||||||
static_dir: static
|
static_dir: static
|
||||||
secure: always
|
secure: always
|
||||||
|
expiration: "1d"
|
||||||
http_headers:
|
http_headers:
|
||||||
X-Frame-Options: DENY
|
|
||||||
X-Content-Type-Options: nosniff
|
X-Content-Type-Options: nosniff
|
||||||
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
|
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
|
||||||
|
|||||||
Reference in New Issue
Block a user