mirror of
https://github.com/201206030/novel.git
synced 2025-07-06 21:16:38 +00:00
feat: 增加 XSS 过滤配置
This commit is contained in:
@ -54,4 +54,14 @@ novel:
|
||||
# JWT密钥
|
||||
jwt:
|
||||
secret: E66559580A1ADF48CDD928516062F12E
|
||||
# XSS 过滤配置
|
||||
xss:
|
||||
# 过滤开关
|
||||
enabled: true
|
||||
# 排除链接
|
||||
excludes:
|
||||
- /system/notice/*
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user