Skip to content

Commit

Permalink
🔧 Fix authcore referrer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Dec 9, 2024
1 parent 614146d commit 1944616
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@ export default {
'portal-vue/nuxt',
],

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

// Axios module configuration: https://go.nuxtjs.dev/config-axios
axios: {
browserBaseURL: '/api',
Expand Down

0 comments on commit 1944616

Please sign in to comment.