升级说明 331 B

12345678910111213141516
  1. 需要在nacos
  2. soc-gateway-dev.yml 配置文件添加配置
  3. # 防止XSS攻击
  4. xss:
  5. enabled: true
  6. excludeUrls:
  7. - /system/notice
  8. - /system/config
  9. 需要在nacos
  10. soc-gateway-dev.yml 配置文件添加配置
  11. security:
  12. ignore:
  13. whites:
  14. - /system/version/checkUpdate
  15. - /system/version/download/*