Skip to content

Commit

Permalink
Merge pull request #144 from ripcurlx/change-headers-to-improve-security
Browse files Browse the repository at this point in the history
Add headers to improve security
  • Loading branch information
ripcurlx authored Mar 8, 2019
2 parents 7893899 + 4562104 commit a664c28
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ feed:
path: blog/feed.atom
include:
- _redirects
- _headers
exclude:
- CNAME
- README
Expand All @@ -22,3 +23,9 @@ client_version: "0.9.5"
description: "Bisq is an open-source desktop application that allows you to buy and sell bitcoins in exchange for national currencies, or alternative crypto currencies."
sass:
style: compressed
webrick:
headers:
Strict-Transport-Security: "max-age=31536000"
X-XSS-Protection: "1; mode=block"
X-Content-Type-Options: "nosniff"
X-Frame-Options: "SAMEORIGIN"
5 changes: 5 additions & 0 deletions _headers
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*
Strict-Transport-Security: max-age=31536000
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN

0 comments on commit a664c28

Please sign in to comment.