Skip to content

Commit

Permalink
🔀 Merge #1973 into deploy/rinkeby
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Dec 13, 2024
2 parents b50a28e + a8f1f6e commit e5e0723
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 0 deletions.
18 changes: 18 additions & 0 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"marked": "^5.1.2",
"node-fetch": "^2.6.7",
"nuxt-facebook-pixel-module": "^1.6.0",
"nuxt-helmet": "^2.1.1",
"nuxt-start": "^2.17.2",
"portal-vue": "^1.5.1",
"querystring": "^0.2.1",
Expand Down
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
18 changes: 18 additions & 0 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"node-fetch": "^2.6.0",
"nuxt": "^2.17.2",
"nuxt-facebook-pixel-module": "^1.6.0",
"nuxt-helmet": "^2.1.1",
"portal-vue": "^2.1.7",
"postcss": "^8.4.14",
"querystring": "^0.2.1",
Expand Down

0 comments on commit e5e0723

Please sign in to comment.