]> git.mxchange.org Git - friendica.git/commit
Properly handle feed item urls with surrounding whitespace
authorDaniel Siepmann <coding@daniel-siepmann.de>
Thu, 12 Jan 2023 12:43:49 +0000 (13:43 +0100)
committerDaniel Siepmann <coding@daniel-siepmann.de>
Thu, 12 Jan 2023 12:47:57 +0000 (13:47 +0100)
commit6633b0af4b5a564843af8e164f04be31b4f772c9
treef10a438833bfa4aa6da2ce31012e459985ed63c1
parentec54b303c5fd25ff95e6a819db2693acc6218b40
Properly handle feed item urls with surrounding whitespace

Some feeds might have whitespace around the URLs of each item.
This can't be handled by parse_url.
Therefore the incoming url is trimmed to not contain any surrounding
whitespace for proper handling.

Relates: #12658
src/Util/Network.php