Skip to content

Commit

Permalink
When going to the wishlist site, there is an insecure warning because…
Browse files Browse the repository at this point in the history
… it was loading insecure content. This fixes that. (#185)
  • Loading branch information
zahra-io authored and seanmarcia committed Nov 26, 2017
1 parent 6a3b767 commit fdd92e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<%= favicon_link_tag 'favicon.png' %>
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
<%= favicon_link_tag 'http://www.playtimeproject.org/wp-content/uploads/2013/03/Logo-no-words-e1363625449703.png'%>
<%= favicon_link_tag 'https://www.playtimeproject.org/wp-content/uploads/2013/03/Logo-no-words-e1363625449703.png'%>
</head>

<body>
Expand Down

0 comments on commit fdd92e4

Please sign in to comment.