Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

Commit

Permalink
Platinum https redirect added to guarantee https
Browse files Browse the repository at this point in the history
  • Loading branch information
sponnet committed Feb 18, 2017
1 parent 7c55e08 commit f2c9f7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"web3": "^0.18.2",
"ethereum-tx": "*",
"paper-progress": "^1.0.11",
"paper-checkbox": "^1.4.2"
"paper-checkbox": "^1.4.2",
"platinum-https-redirect": "PolymerElements/platinum-https-redirect#^1.0.2"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
Expand Down
2 changes: 2 additions & 0 deletions src/ac-app.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="../bower_components/neon-animation/neon-animation.html">
<link rel="import" href="../bower_components/platinum-https-redirect/platinum-https-redirect.html">
<link rel="import" href="../bower_components/app-route/app-location.html">
<link rel="import" href="../bower_components/app-route/app-route.html">
<!-- <link rel="import" href="ac-vault.html"> -->
Expand Down Expand Up @@ -44,6 +45,7 @@


</style>
<platinum-https-redirect></platinum-https-redirect>
<app-location route="{{route}}" use-hash-as-path></app-location>
<app-route route="[[route]]" pattern="/:page" data="{{routedata}}" tail="{{pageTail}}"></app-route>
<ac-web3 id="web3" web3="{{web3}}" keystore="[[keystore]]"></ac-web3>
Expand Down

0 comments on commit f2c9f7f

Please sign in to comment.