Skip to content

Commit

Permalink
add Referrer-Policy: no-referrer
Browse files Browse the repository at this point in the history
fixes #139
  • Loading branch information
nolanlawson committed Apr 20, 2018
1 parent 79b848d commit 94fc3ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server.js
Expand Up @@ -42,6 +42,9 @@ app.use(nonDebugOnly(helmet({
objectSrc: [`'none'`],
manifestSrc: [`'self'`]
}
},
referrerPolicy: {
policy: 'no-referrer'
}
})))

Expand Down

0 comments on commit 94fc3ab

Please sign in to comment.