1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Make sanitization configurable

This commit is contained in:
Junyoung Choi
2018-03-22 12:01:16 +09:00
parent 8c792ce7a1
commit 5ea24f650b
19 changed files with 145 additions and 57 deletions

View File

@@ -144,5 +144,9 @@
"UserName": "UserName",
"Password": "Password",
"Russian": "Russian",
"Command(⌘)": "Command(⌘)"
"Command(⌘)": "Command(⌘)",
"Sanitization": "Sanitization",
"Only allow secure html tags (recommended)": "Only allow secure html tags (recommended)",
"Allow styles": "Allow styles",
"Allow dangerous html tags": "Allow dangerous html tags"
}