Commit 163ee434 authored by Max Alekseenko's avatar Max Alekseenko

add frame-ancestors rule to csp

parent 0b60ada3
...@@ -133,6 +133,10 @@ export function app(): CspDev.DirectiveDescriptor { ...@@ -133,6 +133,10 @@ export function app(): CspDev.DirectiveDescriptor {
'*', '*',
], ],
'frame-ancestors': [
KEY_WORDS.SELF,
],
...((() => { ...((() => {
if (!config.features.sentry.isEnabled) { if (!config.features.sentry.isEnabled) {
return {}; return {};
......
Markdown is supported
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