Closed brklyn8900 closed 3 months ago
Name | Link |
---|---|
Latest commit | 5a12009c5eb2b122887dff0b473aeca8b9bb5079 |
Latest deploy log | https://app.netlify.com/sites/koinos-io/deploys/66b28365d6443700084e1683 |
Deploy Preview | https://deploy-preview-96--koinos-io.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
According to https://www.restack.io/docs/nextjs-knowledge-nextjs-x-frame-options-guide, we should also set Content-Security-Policy
to frame-ancestors 'none';
. Both of these have been added to the next.js config.
You can verify the result of this test here. https://domsignal.com/test/eh40j51i03ofesi0sv7fhtcw9c7181es
Resolves #95
Brief description
Added a _headers file to the root directory so Netlify will add the X-Frame-Options: DENY rule to the server settings. This will help prevent clickjacking attacks.
Checklist
Demonstration