| 1234567891011121314151617181920212223242526272829 | 需要在nacossoc-gateway-dev.yml 配置文件添加配置  # 防止XSS攻击  xss:    enabled: true    excludeUrls:      - /system/notice      - /system/config需要在nacossoc-gateway-dev.yml 配置文件添加配置security:  ignore:    whites:      - /system/version/checkUpdate      - /file/file/getFile/*soc-gateway-dev.yml 修改以下配置spring:  servlet:      multipart:        max-file-size: 200MBnacos配置中心file模块修改配置说明,soc-file-dev.yml 修改以下配置spring:  servlet:    multipart:      max-file-size: 200MB      max-request-size: 200MB
 |