Skip to content

Commit

Permalink
Remove X-Frame-Options protection from HEADER (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
sroucheray authored Nov 14, 2024
1 parent faa985f commit c5e8fbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/handlers/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const HEADERS = {
`script-src 'self'`,
'Content-Type': 'text/html; charset=utf-8',
'X-Content-Type-Options': 'nosniff',
'X-Frame-Options': 'DENY',
'X-XSS-Protection': '1; mode=block'
}
const INDEX = new URL('../../client/dist/index.html', import.meta.url)
Expand Down

0 comments on commit c5e8fbd

Please sign in to comment.