]> git.mxchange.org Git - friendica.git/commit
Fix Diaspora link attachment probe
authorHypolite Petovan <ben.lort@gmail.com>
Sat, 18 Feb 2017 03:35:46 +0000 (22:35 -0500)
committerHypolite Petovan <ben.lort@gmail.com>
Sat, 18 Feb 2017 03:35:46 +0000 (22:35 -0500)
commit432587464ce16dff513ed2de340fa3437dbe45aa
tree5479837c3c16b4a809a9f43a12a152db5d46edfe
parent99cfae63d7303365d0c4b2256c7194edb590fb7f
Fix Diaspora link attachment probe

- Move analytics param stripping out of original_url
- Remove HEAD curl request in ParseUrl::getSiteInfo
- Replace original_url with strip_tracking_query_params in
ParseUrl::getSiteInfo to prevent massive curl fest in border cases
include/ParseUrl.php
include/network.php