XeNote/posts/Advanced topics/HTML sanitization.md
2022-03-16 12:01:46 +07:00

409 B

Obsidian sanitizes html for security reasons. Because it runs locally, scripting vulnerabilities are a more serious problem than they would be in a web applications. Accordingly, we are probably a bit more strict than you may be used to, and you may run into issues if you try to do things like embedding <script> tags in a note. However, the vast majority of people will never encounter issues with this.