0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-08 20:52:03 -05:00
forgejo/web_src/js
Gusted d8a8961b99
Sanitize user-input on file name (#17666)
* Sanitize user-input on file name

- Sanitize user-input before it get passed into the DOM.
- Prevent things like "<iframe onload=alert(1)></iframe>" from being
executed. This isn't a XSS attack as the server seems to be santizing
the path as well.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2021-11-17 18:08:25 +00:00
..
components
features Sanitize user-input on file name (#17666) 2021-11-17 18:08:25 +00:00
markup Add copy button to markdown code blocks (#17638) 2021-11-16 16:16:05 +08:00
standalone
vendor
easymde.js
index.js Improve async/await usage, and sort init calls in index.js (#17386) 2021-11-09 17:27:25 +08:00
jquery.js
publicpath.js
serviceworker.js
svg.js Add copy button to markdown code blocks (#17638) 2021-11-16 16:16:05 +08:00
svg.test.js Add copy button to markdown code blocks (#17638) 2021-11-16 16:16:05 +08:00
utils.js
utils.test.js