Issue: https://github.com/appwrite/console/issues/3125 PR: https://github.com/appwrite/console/pull/3126
<@1205302897361817621> lets try address greptile comments first
I think that since the backend returns this kind of content directly, this issue shouldn't arise. One solution I’ve thought of is to introduce https://github.com/cure53/dompurify.
hmm right, dont think its much of an issue here, looks good to me
cc <@818812780630507521> can you give pr a final review?
I gave it some thought: since this change directly modifies modal.svelte—and certain modals might involve dynamic elements like filenames—I decided to use the lightweight library DOMPurify to ensure security. Additionally, I fixed some formatting issues (which were causing the build action to fail).
Left a few comments.
Fixed & Replied
<:appwritemerged:834756403079544913>
Recommended threads
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...
- [SOLVED] CreateRow is doing ListRows on ...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...