mirror of
https://github.com/go-gitea/gitea
synced 2025-02-08 15:54:43 +00:00
The previous method did not escape single quotes which under some circumstances can lead to XSS vulnerabilites and the fact that it depends on jQuery is also not ideal. Replace it with a lightweight module. Co-authored-by: techknowlogick <techknowlogick@gitea.io>