feat: base 允许同源嵌入

This commit is contained in:
caoqianming 2025-03-25 18:09:32 +08:00
parent 5c77eb2742
commit a2ed0eb1d3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ ALLOWED_HOSTS = ['*']
SYS_NAME = '星途工厂综合管理系统' SYS_NAME = '星途工厂综合管理系统'
SYS_VERSION = '2.3.0' SYS_VERSION = '2.3.0'
X_FRAME_OPTIONS = 'SAMEORIGIN'
# Application definition # Application definition