Skip to content

Commit

Permalink
🔒️ Allow referrer in helmet for authcore
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Dec 12, 2024
1 parent 40e3dc1 commit a8f1f6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,11 @@ const nuxtConfig = {
},
},
},

helmet: {
referrerPolicy: { policy: 'strict-origin' },
},

/*
** Global CSS
*/
Expand Down

0 comments on commit a8f1f6e

Please sign in to comment.