Skip to content

Commit

Permalink
修改文件上传的白名单为黑名单
Browse files Browse the repository at this point in the history
  • Loading branch information
loveshell committed Apr 19, 2015
1 parent ca4383a commit ee40966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Redirect="on"
CookieMatch="on"
postMatch="on"
whiteModule="on"
fileExtension={"jpeg","gif","jpg","png","bmp","rar","zip","tar.gz"}
black_fileExt={"php","jsp"}
ipWhitelist={"127.0.0.1"}
ipBlocklist={"1.0.0.1"}
CCDeny="off"
Expand Down

0 comments on commit ee40966

Please sign in to comment.