修改文件上传的白名单为黑名单

pull/47/head
loveshell 2015-04-19 12:13:08 +08:00
parent ca4383accc
commit ee40966545
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Redirect="on"
CookieMatch="on" CookieMatch="on"
postMatch="on" postMatch="on"
whiteModule="on" whiteModule="on"
fileExtension={"jpeg","gif","jpg","png","bmp","rar","zip","tar.gz"} black_fileExt={"php","jsp"}
ipWhitelist={"127.0.0.1"} ipWhitelist={"127.0.0.1"}
ipBlocklist={"1.0.0.1"} ipBlocklist={"1.0.0.1"}
CCDeny="off" CCDeny="off"