crawler: Loosen up restrictions on Google+ links.
This commit is contained in:
parent
462422998d
commit
1d87af9896
@ -37,7 +37,7 @@ CHECK_PATTERNS = (
|
||||
# URI whitelist
|
||||
URI_WHITELIST = (
|
||||
# Google Plus
|
||||
re.compile(r'^https?://plus.google.com/[^/]+$'),
|
||||
re.compile(r'^https?://plus.google.com/'),
|
||||
# Github
|
||||
re.compile(r'^https?://github.com/[^/]+$'),
|
||||
# Twitter
|
||||
|
Reference in New Issue
Block a user