Skip to content

Commit

Permalink
Fix #161: Use ssl to access send2 api (#162)
Browse files Browse the repository at this point in the history
* Fix #161: Use ssl to access send2 api
* Use ssl to access fonts
  • Loading branch information
kumy authored and mucek4 committed May 11, 2018
1 parent 5a59b44 commit 1cce712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _sass/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $gradient-overlay: linear-gradient(to bottom, rgba(white, .1), rgba(black, .1));
// FONTS
$font-size: 16px;

@import "http://fonts.googleapis.com/css?family=Roboto:400,500";
@import "https://fonts.googleapis.com/css?family=Roboto:400,500";
$font-family-text: "Roboto";

// SIZES
Expand Down
2 changes: 1 addition & 1 deletion send2cgeo.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The send2cgeo script supports Mozilla Firefox and Google Chrome. Microsoft Inter
- Now click "Add a device" in the window shown below and enter this PIN
- The window below should now show a registered browser and device.

<iframe src="http://send2.cgeo.org/api/" width="100%" height="300px"></iframe>
<iframe src="https://send2.cgeo.org/api/" width="100%" height="300px"></iframe>

## How to use send2cgeo

Expand Down

0 comments on commit 1cce712

Please sign in to comment.