diff --git a/linkcheck/lc_cgi.py b/linkcheck/lc_cgi.py index 9e28d5a4..8c21d94e 100644 --- a/linkcheck/lc_cgi.py +++ b/linkcheck/lc_cgi.py @@ -178,6 +178,7 @@ def get_configuration(form, out): # avoid checking of local files or other nasty stuff pat = "!^%s$" % urlutil.safe_url_pattern config["externlinks"].append(get_link_pat(pat, strict=True)) + config.sanitize() return config