소스 검색

Merge pull request #78 from Shumatsu/no-powershell

Ban of .com and .ps1 uploads
Kana 6 년 전
부모
커밋
46bf0da5ee
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      config.sample.js

+ 5 - 1
config.sample.js

@@ -35,10 +35,14 @@ module.exports = {
 
 	// Add file extensions here which should be blocked
 	blockedExtensions: [
+		'.jar',
 		'.exe',
+		'.msi',
+		'.com',
 		'.bat',
 		'.cmd',
-		'.msi',
+		'.scr',
+		'.ps1',
 		'.sh'
 	],