perf: iframe set to sameorigin

pull/15413/head
ibuler 2025-05-14 19:26:39 +08:00 committed by 老广
parent 6aafb0f01a
commit 986bc926fc
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ class Config(dict):
'ANNOUNCEMENT': {},
# Security
'X_FRAME_OPTIONS': 'DENY',
'X_FRAME_OPTIONS': 'SAMEORIGIN',
# 未使用的配置
'CAPTCHA_TEST_MODE': None,