minor update

This commit is contained in:
Miroslav Stampar
2011-06-24 18:19:33 +00:00
parent 21010f702c
commit aa83fe5c66
2 changed files with 1 additions and 28 deletions

View File

@@ -359,10 +359,3 @@ DUMMY_SQL_INJECTION_CHARS = ";()\"'"
# Extensions skipped by crawler
CRAWL_EXCLUDE_EXTENSIONS = ("gif","jpg","jar","tif","bmp","war","ear","mpg","wmv","mpeg","scm","iso","dmp","dll","cab","so","avi","bin","exe","iso","tar","png","pdf","ps","mp3","zip","rar","gz")
# Standard getaddrinfo response for raw IP addresses ((None,) -> ('ip', port))
RAW_IP_ADDR_INFO = [
[_socket.AF_INET, _socket.SOCK_STREAM, socket.SOL_TCP, '', (None,)],
[_socket.AF_INET, _socket.SOCK_DGRAM, socket.SOL_UDP, '', (None,)],
[_socket.AF_INET, _socket.SOCK_RAW, socket.SOL_IP, '', (None,)]
]