当前位置:网站首页>若依微服务特殊字符串被过滤的解决办法
若依微服务特殊字符串被过滤的解决办法
2022-06-26 15:49:00 【Roc-xb】
在使用若依微服务过程,有的会发现使用富文本上传的时候,后端接受到的文本值中的html标签都被过滤掉了,这是因为,框架默认所有的都会过滤脚本,可以在
ruoyi-gateway-dev.yml
配置xss.excludeUrls
属性排除URL。
提示:ruoyi-gateway-dev.yml
在nacos控制台面板中可以进行编辑。
# 安全配置
security:
xss:
enabled: true
excludeUrls:
- /system/notice
边栏推荐
- Audio and video learning (III) -- SIP protocol
- Practice of federal learning in Tencent micro vision advertising
- How to identify contractual issues
- 5 model saving and loading
- Failed to get convolution algorithm. This is probably because cuDNN failed to initialize
- selenium将元素保存为图片
- 今年高考英语AI得分134,复旦武大校友这项研究有点意思
- HW安全响应
- (1) Keras handwritten numeral recognition and recognition of self written numbers
- Solidus Labs欢迎香港前金融创新主管赵嘉丽担任战略顾问
猜你喜欢
随机推荐
svg环绕地球动画js特效
NFT交易原理分析(1)
Solidus Labs欢迎香港前金融创新主管赵嘉丽担任战略顾问
Reflection modification final
JVM notes
[untitled]
Stepn novice introduction and advanced
(1) Keras handwritten numeral recognition and recognition of self written numbers
李飞飞团队将ViT用在机器人身上,规划推理最高提速512倍,还cue了何恺明的MAE...
11 cnn简介
Keil4 opens the single-chip microcomputer project to a blank, and the problem of 100% program blocking of cpu4 is solved
零知识 QAP 问题的转化
「幹貨」NFT 上中下遊產業鏈全景分析
11 introduction to CNN
Failed to get convolution algorithm. This is probably because cuDNN failed to initialize
C# 读写文件从用户态切到内核态,到底是个什么流程?
Beijing University and Tencent jointly build angel4.0, and the self-developed in-depth learning framework "River map" is integrated into the ecology
AUTO sharding policy will apply DATA sharding policy as it failed to apply FILE sharding policy
8 user defined evaluation function
golang 1.18 go work 使用