global igset: Add /%3Ca%20href= pattern

This commit is contained in:
Ivan Kozik 2016-05-29 14:00:15 +00:00
parent fb6e01caa7
commit febee9c85e
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
__version__ = '1.0.2'
__version__ = '1.0.3'

View File

@ -45,6 +45,7 @@
/'\+[^/]+\+'
# Frequently seen on *.libsyn.com
^https?://{primary_netloc}/.+/%20https?:/
^https?://{primary_netloc}/.+/%3Ca%20href=
# Avoid websites on localhost and LAN IPs, in case the user runs grab-site on
# a host where non-public information is accessible on local servers.