Signal-Desktop
Signal-Desktop copied to clipboard
Add additional dangerous extensions
First time contributor checklist:
- [X] I have read the README and Contributor Guidelines
- [X] I have signed the Contributor Licence Agreement
Contributor checklist:
- [X] My contribution is not related to translations.
- [X] My commits are in nice logical chunks with good commit messages
- [X] My changes are rebased on the latest
main
branch - [X] A
npm run ready
run passes successfully (more about tests here) - [X] My changes are ready to be shipped to users
Description
Addition of New File Extensions to isfiledangerous.ts
The isfiledangerous.ts is updated to add support for four new file extensions:
- GADGET, SCF, SH, WS
By recognizing more file types, we can better prevent the upload and execution of potentially harmful files.