Tell browsers to stop being smart.
This commit is contained in:
4
app.yaml
4
app.yaml
@@ -9,7 +9,11 @@ handlers:
|
|||||||
static_files: static/babystats.html
|
static_files: static/babystats.html
|
||||||
upload: static/babystats.html
|
upload: static/babystats.html
|
||||||
secure: always
|
secure: always
|
||||||
|
http_headers:
|
||||||
|
X-Content-Type-Options: nosniff
|
||||||
|
|
||||||
- url: /static
|
- url: /static
|
||||||
static_dir: static
|
static_dir: static
|
||||||
secure: always
|
secure: always
|
||||||
|
http_headers:
|
||||||
|
X-Content-Type-Options: nosniff
|
||||||
|
|||||||
Reference in New Issue
Block a user