Skip to content
Closed
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
40 changes: 40 additions & 0 deletions webapp/config/packages/html_sanitizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,43 @@ framework:
app.clarification_sanitizer:
allow_safe_elements: true
allow_relative_medias: true
allow_elements:
msup: []
mrow: []
mfrac: []
msqrt: []
mfenced:
- open
- close
mtable: []
mtd: []
mtr: []
msubsup: []
semantics: []
mroot: []
menclose:
- notation
mlabeledtr: []
mstyle:
- mathcolor
- fontfamily
- displaystyle
math:
- display
- class
mi:
- class
mn:
- class
mo:
- class
annotation-xml:
- encoding
apply: []
bvar: []
int: []
ci: []
cn: []
lowlimit: []
uplimit: []
divide: []
Loading