mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-05-01 22:26:04 -04:00
block iframe
This commit is contained in:
parent
13d6df388a
commit
9c69d159f6
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ const router = require('express').Router()
|
|||
|
||||
// Add CORS headers
|
||||
router.use((req, res, next) => {
|
||||
res.header('X-Frame-Options', 'DENY')
|
||||
res.header('Access-Control-Allow-Origin', '*')
|
||||
res.header('Access-Control-Allow-Headers', 'Origin, X-Requested-With, Content-Type, Accept')
|
||||
next()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue