Skip to content

Commit

Permalink
Merge pull request #14 from djmattyg007/add_referrer_policy
Browse files Browse the repository at this point in the history
Add no-referrer referrer policy to prevent leakage of sensitive info
  • Loading branch information
ian-kent committed Mar 13, 2016
2 parents a7d0c92 + d75e497 commit 66158c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="referrer" content="no-referrer">

<link rel="icon" type="image/png" href="images/hog.png">

Expand Down

0 comments on commit 66158c2

Please sign in to comment.