mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-23 20:54:31 +08:00
Replace obsoleted X-Frame-Options with frame-ancestors (#272)
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user