Fix caution message formatting in README

This commit is contained in:
Zimeng Xiong
2025-11-23 10:15:51 -08:00
committed by GitHub
parent 8becfd87bb
commit a347403a26
+1 -1
View File
@@ -74,7 +74,7 @@ See [release notes](https://github.com/ZimengXiong/ExcaliDash/releases) for a sp
# Installation # Installation
> [!CAUTION] > [!CAUTION]
> NOT for production use. While attempts have been made at hardening (XSS/dompurify, CORS, rate-limiting, sanitization) have been made, they are inadequate for public deployment. Do not expose any ports. Currently lacking CSRF. > NOT for production use. While attempts have been made at hardening (XSS/dompurify, CORS, rate-limiting, sanitization), they are inadequate for public deployment. Do not expose any ports. Currently lacking CSRF.
> [!CAUTION] > [!CAUTION]
> ExcaliDash is in BETA. Please backup your data regularly (e.g. with cron). > ExcaliDash is in BETA. Please backup your data regularly (e.g. with cron).