Replace obsoleted X-Frame-Options with frame-ancestors (#272)

This commit is contained in:
Justin Goette
2021-05-25 07:37:08 -04:00
committed by GitHub
parent c261892de4
commit b1b989f172
2 changed files with 1 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ THE SOFTWARE.
enabled: true,
},
contentSecurityPolicy: {
default: 'default-src \'self\' http: https: data: blob: \'unsafe-inline\'',
default: 'default-src \'self\' http: https: data: blob: \'unsafe-inline\'; frame-ancestors \'self\';',
enabled: true,
},
serverTokens: {