Skip to content

Commit

Permalink
Merge pull request #920 from near/develop
Browse files Browse the repository at this point in the history
weekly promotion of develop to main
  • Loading branch information
shelegdmitriy authored Jan 11, 2024
2 parents 50ad144 + a02425d commit 458e207
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 186 deletions.
9 changes: 9 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
poweredByHeader: false,
compiler: { styledComponents: true },
reactStrictMode: true,
redirects: async () => {
Expand Down Expand Up @@ -58,6 +59,14 @@ const nextConfig = {
destination: 'https://near.dataplane.rudderstack.com/:path*',
}
],
headers: async () => [
{
source: '/:path*',
headers: [{
key: 'Referrer-Policy',
value: 'strict-origin-when-cross-origin,same-origin'
}]
}]
};

module.exports = nextConfig;
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
"@keypom/selector": "1.2.3",
"@monaco-editor/react": "^4.4.6",
"@near-js/biometric-ed25519": "0.3.0",
"@near-wallet-selector/core": "8.9.1",
"@near-wallet-selector/here-wallet": "8.9.1",
"@near-wallet-selector/ledger": "^8.9.1",
"@near-wallet-selector/meteor-wallet": "8.9.1",
"@near-wallet-selector/modal-ui": "8.9.1",
"@near-wallet-selector/my-near-wallet": "8.9.1",
"@near-wallet-selector/near-mobile-wallet": "^8.9.1",
"@near-wallet-selector/near-wallet": "8.9.1",
"@near-wallet-selector/neth": "8.9.1",
"@near-wallet-selector/nightly": "8.9.1",
"@near-wallet-selector/sender": "8.9.1",
"@near-wallet-selector/welldone-wallet": "8.9.1",
"@near-wallet-selector/core": "8.9.2",
"@near-wallet-selector/here-wallet": "8.9.2",
"@near-wallet-selector/ledger": "^8.9.2",
"@near-wallet-selector/meteor-wallet": "8.9.2",
"@near-wallet-selector/modal-ui": "8.9.2",
"@near-wallet-selector/my-near-wallet": "8.9.2",
"@near-wallet-selector/near-mobile-wallet": "^8.9.2",
"@near-wallet-selector/near-wallet": "8.9.2",
"@near-wallet-selector/neth": "8.9.2",
"@near-wallet-selector/nightly": "8.9.2",
"@near-wallet-selector/sender": "8.9.2",
"@near-wallet-selector/welldone-wallet": "8.9.2",
"@radix-ui/react-accordion": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-navigation-menu": "^1.1.2",
Expand Down
Loading

2 comments on commit 458e207

@vercel
Copy link

@vercel vercel bot commented on 458e207 Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 458e207 Jan 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.