24 lines
554 B
YAML
24 lines
554 B
YAML
runtime: python27
|
|
version: 1
|
|
api_version: 1
|
|
application: fctv-player-1127
|
|
threadsafe: true
|
|
|
|
handlers:
|
|
- url: /
|
|
static_files: static/clicks.html
|
|
upload: static/clicks.html
|
|
secure: always
|
|
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
|
|
http_headers:
|
|
X-Frame-Options: DENY
|
|
X-Content-Type-Options: nosniff
|
|
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
|