mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-02-21 12:49:07 +00:00
File extension bans
`.nt` - turns out there's more Windows batch file extensions. `.psm1` - PowerScript extension. `.bash`, `.bsh`, `.csh`, `.bash_profile`, `.bashrc`, `.profile` - apparently those are valid bash script extensions. `.reg` - overwrites Windows registry keys upon execution.
This commit is contained in:
parent
41fd4fb81d
commit
df6d5459e0
@ -41,9 +41,18 @@ module.exports = {
|
|||||||
'.com',
|
'.com',
|
||||||
'.bat',
|
'.bat',
|
||||||
'.cmd',
|
'.cmd',
|
||||||
|
'.nt',
|
||||||
'.scr',
|
'.scr',
|
||||||
'.ps1',
|
'.ps1',
|
||||||
'.sh'
|
'.psm1',
|
||||||
|
'.sh',
|
||||||
|
'.bash',
|
||||||
|
'.bsh',
|
||||||
|
'.csh',
|
||||||
|
'.bash_profile',
|
||||||
|
'.bashrc',
|
||||||
|
'.profile',
|
||||||
|
'.reg'
|
||||||
],
|
],
|
||||||
|
|
||||||
// Uploads config
|
// Uploads config
|
||||||
|
Loading…
Reference in New Issue
Block a user