fix: xss 启用后编辑器上传图片错误

This commit is contained in:
gaibu
2023-01-09 13:23:45 +08:00
parent bbb27df5e9
commit d7bec143fd
9 changed files with 308 additions and 103 deletions

View File

@@ -133,6 +133,10 @@
<artifactId>transmittable-thread-local</artifactId>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
</dependency>
</dependencies>
</project>