]> git.mxchange.org Git - friendica.git/commit
Hash the URL before using it as cache key in Util\Images::getInfoFromURLCached
authorHypolite Petovan <hypolite@mrpetovan.com>
Tue, 15 Feb 2022 21:10:15 +0000 (16:10 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Fri, 18 Feb 2022 14:19:36 +0000 (09:19 -0500)
commit17d49422b4f7b3d1ed06859f996876a85028d87b
tree440f4e88556afb22c90d9f16d08aa71fa039fed4
parent361fdccdc72bb2d413d8002f06dc892983bb448e
Hash the URL before using it as cache key in Util\Images::getInfoFromURLCached

- This prevents oversized URL from stunting the database cache
src/Util/Images.php