Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

请问使用ueditor编辑的内容,post上传时被WAF(modsecurity)当作XSS攻击拦截了,该如何处理? #3258

Open
wants to merge 1 commit into
base: dev-1.5.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions div.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
def div(a, b):
ans = a / b
return ans