projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c648d13
)
IP blacklist is now treated as a simple textarea
author
Alexander Ebert
<ebert@woltlab.com>
Tue, 11 Jun 2013 23:37:55 +0000
(
01:37
+0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Tue, 11 Jun 2013 23:37:55 +0000
(
01:37
+0200)
Previously invalid IP addresses, e.g. containing wildcards, would fail to validate and be discarded or returning weird results.
com.woltlab.wcf/option.xml
patch
|
blob
|
blame
|
history
diff --git
a/com.woltlab.wcf/option.xml
b/com.woltlab.wcf/option.xml
index 847bda13a1329ca8f9a44d0228b3f01e29fd21fd..cd701d5a290496d2338235ea4a2fdd998f9eeb95 100644
(file)
--- a/
com.woltlab.wcf/option.xml
+++ b/
com.woltlab.wcf/option.xml
@@
-460,7
+460,7
@@
imagick:wcf.acp.option.image_adapter_type.imagick]]>
<!-- security.blacklist -->
<option name="blacklist_ip_addresses">
<categoryname>security.blacklist</categoryname>
- <optiontype>textarea
IpAddress
</optiontype>
+ <optiontype>textarea</optiontype>
</option>
<option name="blacklist_user_agents">
<categoryname>security.blacklist</categoryname>