src/Tweeper.php: fix rendering Instagram images in some feed readers
authorAntonio Ospite <ao2@ao2.it>
Sun, 2 Jan 2022 21:44:39 +0000 (22:44 +0100)
committerAntonio Ospite <ao2@ao2.it>
Sun, 2 Jan 2022 21:44:39 +0000 (22:44 +0100)
Instagram.com is using Cross Origin Resource Policy and this prevents
images in RSS items from being displayed in the Web view of some feed
readers like Liferea.

Add a function to generate Data URLs with base64 payloads and use that
for instagram images a s a workaround to fix rendering images in some
feed readers.


No differences found