Skip to content

Commit

Permalink
Remove github button, ssl or bust.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Jun 27, 2016
1 parent e9c30ea commit 6401f32
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion config/initializers/10-secure_headers.rb
Expand Up @@ -26,7 +26,6 @@
img_src: %w('self' www.google-analytics.com),
form_action: %w('self' www.youtube.com vimeo.com imgur.com http://www.svtplay.se stefansundin.com),
connect_src: %w('self' *.fbcdn.net *.cdninstagram.com *.cdn.vine.co *.sndcdn.com),
child_src: %w(mdo.github.io),
block_all_mixed_content: true,
upgrade_insecure_requests: true,
}
Expand Down
4 changes: 0 additions & 4 deletions public/css/main.css
Expand Up @@ -55,7 +55,3 @@ progress {
.expander {
display: none;
}
.share {
text-align: center;
margin: 80px 0 45px;
}
5 changes: 0 additions & 5 deletions views/index.erb
Expand Up @@ -228,11 +228,6 @@
<p>Made by Stefan Sundin.</p>

<p>You can <a href="https://stefansundin.github.io/">browse my other projects</a>, or <a href="https://stefansundin.com/">visit my personal website</a>.</p>


<div class="share">
<iframe src="https://mdo.github.io/github-buttons/github-btn.html?user=stefansundin&amp;repo=rssbox&amp;type=watch&amp;count=true&amp;size=large" allowtransparency="true" frameborder="0" scrolling="0" width="155" height="30"></iframe>
</div>
</div>

<%- if request.host == "rssbox.herokuapp.com" -%>
Expand Down

0 comments on commit 6401f32

Please sign in to comment.