Skip to content

Commit fdd92e4

Browse files
zahra-ioseanmarcia
authored andcommitted
When going to the wishlist site, there is an insecure warning because it was loading insecure content. This fixes that. (#185)
1 parent 6a3b767 commit fdd92e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<%= favicon_link_tag 'favicon.png' %>
77
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
88
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
9-
<%= favicon_link_tag 'http://www.playtimeproject.org/wp-content/uploads/2013/03/Logo-no-words-e1363625449703.png'%>
9+
<%= favicon_link_tag 'https://www.playtimeproject.org/wp-content/uploads/2013/03/Logo-no-words-e1363625449703.png'%>
1010
</head>
1111

1212
<body>

0 commit comments

Comments
 (0)