Skip to content
Snippets Groups Projects
Commit 5f49a345 authored by Xiao Gui's avatar Xiao Gui
Browse files

chore: csp response

parent 517f84c4
No related branches found
No related tags found
No related merge requests found
......@@ -124,6 +124,7 @@ module.exports = {
} else {
console.warn(`CSP Violation: no data received!`)
}
res.status(204).end()
})
}
}
......@@ -3,3 +3,7 @@
## Bugfixes
- Fix version of connectivity web component
## Under the hood stuff
- Respond in csp violation reports
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment