Adding .jar and .scr files
JAR - java and friends' executable. SCR - Windows script executable, commonly used in "screenshot" trick.
This commit is contained in:
parent
ba8500144b
commit
56e2f3ff5c
|
@ -35,11 +35,13 @@ module.exports = {
|
||||||
|
|
||||||
// Add file extensions here which should be blocked
|
// Add file extensions here which should be blocked
|
||||||
blockedExtensions: [
|
blockedExtensions: [
|
||||||
|
'.jar',
|
||||||
'.exe',
|
'.exe',
|
||||||
'.msi',
|
'.msi',
|
||||||
'.com',
|
'.com',
|
||||||
'.bat',
|
'.bat',
|
||||||
'.cmd',
|
'.cmd',
|
||||||
|
'.scr',
|
||||||
'.ps1',
|
'.ps1',
|
||||||
'.sh'
|
'.sh'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue