Skip to content

Commit

Permalink
add Referrer-Policy: no-referrer (#187)
Browse files Browse the repository at this point in the history
fixes #139
  • Loading branch information
nolanlawson committed Apr 20, 2018
1 parent 77ba91c commit d8906b2
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 d8906b2

Please sign in to comment.