mirror of
https://github.com/BoostIo/Boostnote
synced 2026-05-13 19:11:42 +00:00
Make sanitization configurable
This commit is contained in:
@@ -148,5 +148,9 @@
|
||||
"UserName": "유저명",
|
||||
"Password": "패스워드",
|
||||
"Storage": "저장소",
|
||||
"Hotkeys": "단축키"
|
||||
"Hotkeys": "단축키",
|
||||
"Sanitization": "허용 태그 범위",
|
||||
"Only allow secure html tags (recommended)": "안전한 HTML 태그만 허용 (추천)",
|
||||
"Allow styles": "style 태그, 속성까지 허용",
|
||||
"Allow dangerous html tags": "모든 위험한 태그 허용"
|
||||
}
|
||||
Reference in New Issue
Block a user