add Referrer-Policy: no-referrer (#187)

fixes #139
This commit is contained in:
Nolan Lawson 2018-04-19 21:38:22 -07:00 committed by GitHub
parent 77ba91c712
commit d8906b2cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ app.use(nonDebugOnly(helmet({
objectSrc: [`'none'`],
manifestSrc: [`'self'`]
}
},
referrerPolicy: {
policy: 'no-referrer'
}
})))