Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3400)

Unified Diff: dart/site/try/app.yaml

Issue 451633002: Force SSL on Try Dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dart/site/try/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/site/try/app.yaml
diff --git a/dart/site/try/app.yaml b/dart/site/try/app.yaml
index dd447c0a98eff916df0dcf7a9a2c2fac0a4e988e..bcd77778cbbbb0f97a2f6667221d566ff9829a42 100644
--- a/dart/site/try/app.yaml
+++ b/dart/site/try/app.yaml
@@ -30,81 +30,97 @@ default_expiration: 1s
handlers:
- url: /packages/analyzer
static_dir: packages/analyzer
+ secure: always
- url: /packages/args
static_dir: packages/args
+ secure: always
- url: /packages/collection
static_dir: packages/collection
+ secure: always
- url: /packages/crypto
static_dir: packages/crypto
+ secure: always
- url: /packages/http
static_dir: packages/http
+ secure: always
- url: /packages/http_parser
static_dir: packages/http_parser
+ secure: always
- url: /packages/intl
static_dir: packages/intl
+ secure: always
- url: /packages/logging
static_dir: packages/logging
+ secure: always
- url: /packages/matcher
static_dir: packages/matcher
+ secure: always
- url: /packages/math
static_dir: packages/math
+ secure: always
- url: /packages/path
static_dir: packages/path
+ secure: always
- url: /packages/serialization
static_dir: packages/serialization
+ secure: always
- url: /packages/stack_trace
static_dir: packages/stack_trace
+ secure: always
- url: /packages/string_scanner
static_dir: packages/string_scanner
+ secure: always
- url: /packages/unittest
static_dir: packages/unittest
+ secure: always
- url: /packages/yaml
static_dir: packages/yaml
+ secure: always
- url: /favicon\.ico
static_files: favicon.ico
upload: favicon\.ico
- secure: never
+ secure: always
- url: /
static_files: index.html
upload: index.html
- secure: never
+ secure: always
- url: /nossl.appcache
static_files: nossl.appcache
upload: nossl.appcache
- secure: never
+ secure: always
- url: /(.*\.(html|js|png|css|dart|json))
static_files: \1
upload: (.*\.(html|js|png|css|dart|json))
- secure: never
+ secure: always
- url: /css/fonts/fontawesome-webfont.woff
static_files: fontawesome-webfont.woff
upload: fontawesome-webfont.woff
- secure: never
+ secure: always
- url: .*
static_files: not_found.html
upload: not_found.html
- secure: never
+ secure: always
libraries:
- name: webapp2
« no previous file with comments | « no previous file | dart/site/try/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698