Skip to content

Commit

Permalink
Move x-frame-options
Browse files Browse the repository at this point in the history
  • Loading branch information
zachpmanson committed Feb 27, 2024
1 parent 7e71903 commit ae972f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ const nextConfig = {
value:
"X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version",
},
],
},
{
source: "/:path*",
headers: [
{
key: "X-Frame-Options",
value: "SAMEORIGIN",
Expand Down

0 comments on commit ae972f1

Please sign in to comment.