Signal-Desktop icon indicating copy to clipboard operation
Signal-Desktop copied to clipboard

Add additional dangerous extensions

Open krsakshi opened this issue 7 months ago • 1 comments

First time contributor checklist:

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.

krsakshi avatar Jul 02 '24 17:07 krsakshi