| Index: appengine/swarming/app.yaml
|
| diff --git a/appengine/swarming/app.yaml b/appengine/swarming/app.yaml
|
| index d74ef1997401789c0009d877e3fc8e1192b4469e..6b02c76c7a3cdfe2bedc6b291e604a92f37898cc 100644
|
| --- a/appengine/swarming/app.yaml
|
| +++ b/appengine/swarming/app.yaml
|
| @@ -11,6 +11,8 @@ automatic_scaling:
|
| min_pending_latency: 50ms
|
| max_pending_latency: 250ms
|
|
|
| +default_expiration: "10m"
|
| +
|
| handlers:
|
| - url: /_ah/spi/.*
|
| script: main.endpoints_app
|
| @@ -74,6 +76,7 @@ handlers:
|
| static_files: ui/build/\1
|
| upload: ui/build/(.+)
|
| secure: always
|
| + expiration: "1h"
|
| http_headers:
|
| Strict-Transport-Security: "max-age=31536000; includeSubDomains; preload"
|
| X-Frame-Options: deny
|
|
|