X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FTools%2FGardeningServer%2Fapp.yaml;h=3ac4d337b8630f10fd29631596f8dbe56179937c;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=8d901ca0e3714376782ba743ccf8e8924422c1cf;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Tools/GardeningServer/app.yaml b/src/third_party/WebKit/Tools/GardeningServer/app.yaml index 8d901ca..3ac4d33 100644 --- a/src/third_party/WebKit/Tools/GardeningServer/app.yaml +++ b/src/third_party/WebKit/Tools/GardeningServer/app.yaml @@ -5,14 +5,15 @@ api_version: 1 threadsafe: true handlers: -- url: / - static_files: sheriff-o-matic.html - upload: sheriff-o-matic.html +- url: /alerts + script: alerts.app secure: always - http_headers: - Strict-Transport-Security: max-age=10886400; includeSubDomains -- url: /alerts +- url: /alerts-history + script: alerts.app + secure: always + +- url: /alerts-history/.* script: alerts.app secure: always @@ -55,6 +56,13 @@ handlers: static_dir: bower_components secure: always +- url: /.* + static_files: sheriff-o-matic.html + upload: sheriff-o-matic.html + secure: always + http_headers: + Strict-Transport-Security: max-age=10886400; includeSubDomains + skip_files: - ^(.*/)?#.*#$ - ^(.*/)?.*~$