forgejo/web_src/js/features
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
..
comp
admin-common.js
admin-emails.js
admin-users.js
clipboard.js Add copy button to markdown code blocks (#17638) 2021-11-16 16:16:05 +08:00
codeeditor.js Update JS dependencies (#17611) 2021-11-11 09:52:16 +08:00
colorpicker.js
common-global.js Add copy button to markdown code blocks (#17638) 2021-11-16 16:16:05 +08:00
common-issue.js Remove superfluous argument (#17667) 2021-11-16 19:36:03 +08:00
common-organization.js
contextpopup.js
dropzone.js Update JS dependencies (#17611) 2021-11-11 09:52:16 +08:00
emoji.js
eventsource.sharedworker.js
heatmap.js
imagediff.js
install.js
notification.js Fix some incorrect async functions, improve frontend document. (#17597) 2021-11-12 20:37:45 +08:00
org-team.js
repo-branch.js Multiple Escaping Improvements (#17551) 2021-11-16 18:18:25 +00:00
repo-code.js
repo-commit.js
repo-common.js
repo-diff.js
repo-editor.js Sanitize user-input on file name (#17666) 2021-11-17 18:08:25 +00:00
repo-graph.js Fix some incorrect async functions, improve frontend document. (#17597) 2021-11-12 20:37:45 +08:00
repo-home.js
repo-issue-content.js
repo-issue.js Fix database deadlock when update issue labels (#17649) 2021-11-16 10:21:13 +08:00
repo-legacy.js Fix database deadlock when update issue labels (#17649) 2021-11-16 10:21:13 +08:00
repo-migrate.js
repo-migration.js
repo-projects.js Fix some incorrect async functions, improve frontend document. (#17597) 2021-11-12 20:37:45 +08:00
repo-release.js
repo-settings.js
repo-template.js
repo-wiki.js
serviceworker.js
sshkey-helper.js
stopwatch.js Fix some incorrect async functions, improve frontend document. (#17597) 2021-11-12 20:37:45 +08:00
tablesort.js
tribute.js
user-auth-u2f.js
user-auth.js
user-settings.js