Skip to content
Snippets Groups Projects
Commit 040a5ad0a9e7 authored by Florent Aide's avatar Florent Aide
Browse files

remove images src tracking

parent 26e1a7b84f9e
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,8 @@
return 'img src="%s/%s"' % (tracker_base, uid)
res = html_href_re.sub(repl, html)
return html_imgsrc_re.sub(repl2, res), tracks
#return html_imgsrc_re.sub(repl2, res), tracks
return res, tracks
if __name__ == '__main__':
url = "http://some.org/a_3/super-script.php?uid=3&someval=4"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment