Skip to content

Conversation

@m1k1o
Copy link

@m1k1o m1k1o commented Dec 26, 2021

Examples what this PR fixes:

  • File name containing ' would result to cropped downloaded name, fixed in 6f26be9.
  • File name containing # would not be downloaded, because its url was not url encoded, fixed in 6a3e40b.
  • File name containing any HTML tag would be rendered, e.g. <b>File</b> or <script>alert('evil');</script>, fixed in a99a51a.
  • Folder name consisting of only 0 would fail, fixed in c963b34.
  • File name consisting of only 0 would fail, fixed in fb5db75.

Other changes:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Problem with folders names containing dots Folder with dot/point inside are seen as file

1 participant