mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-02-20 12:19:03 +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',
|
||||
'.bat',
|
||||
'.cmd',
|
||||
'.nt',
|
||||
'.scr',
|
||||
'.ps1',
|
||||
'.sh'
|
||||
'.psm1',
|
||||
'.sh',
|
||||
'.bash',
|
||||
'.bsh',
|
||||
'.csh',
|
||||
'.bash_profile',
|
||||
'.bashrc',
|
||||
'.profile',
|
||||
'.reg'
|
||||
],
|
||||
|
||||
// Uploads config
|
||||
|
Loading…
Reference in New Issue
Block a user