mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-31 23:20:37 +00:00
perf: iframe set to sameorigin
This commit is contained in:
@@ -221,7 +221,7 @@ class Config(dict):
|
||||
'ANNOUNCEMENT': {},
|
||||
|
||||
# Security
|
||||
'X_FRAME_OPTIONS': 'DENY',
|
||||
'X_FRAME_OPTIONS': 'SAMEORIGIN',
|
||||
|
||||
# 未使用的配置
|
||||
'CAPTCHA_TEST_MODE': None,
|
||||
|
Reference in New Issue
Block a user