2020-12-21 21:24:23
2020-12-21 07:38:37
2020-12-21 07:37:17
7314485
yesterday I watched Friendica's logs for optimizing cache. and suddenly saw a request that it uses to collect information about contacts of some mastodon profile. it chocked on this request and I decided to see what's wrong about it.
I made the request manually from console (with curl) and saw HTML containing this:
and this:
yes, fucking cloudflare!
suspecting something evil, I made an application/json GET request to https://servername/.well-known/nodeinfo to see what happens. and instead of json got the same HTML pile of shit about "turn on JS and cookies". and this does not relate to mastodon or any other certain platform, really.
I'm not sure if users behind cloudflare firewall can turn off this stupid checking (really I suspect they can't). but this really means that cloudflare breaks the integrity if Fediverse in its basics.
#fediverse #cloudflare #fuckup
I made the request manually from console (with curl) and saw HTML containing this:
<noscript>
<h1 data-translate="turn_on_js" style="color:#bd2426;">Please turn JavaScript on and reload the page.</h1>
</noscript>
and this:
<div id="no-cookie-warning" class="cookie-warning" data-translate="turn_on_cookies" style="display:none">
<p data-translate="turn_on_cookies" style="color:#bd2426;">Please enable Cookies and reload the page.</p>
</div>
yes, fucking cloudflare!
suspecting something evil, I made an application/json GET request to https://servername/.well-known/nodeinfo to see what happens. and instead of json got the same HTML pile of shit about "turn on JS and cookies". and this does not relate to mastodon or any other certain platform, really.
I'm not sure if users behind cloudflare firewall can turn off this stupid checking (really I suspect they can't). but this really means that cloudflare breaks the integrity if Fediverse in its basics.
#fediverse #cloudflare #fuckup
This entry was edited (2 months ago)


2 people reshared this
Carsten Raddatz (劉愷恩) and lostinlight reshared this.
utzer 2 months ago from Fediverse
Iron Bug 2 months ago •
the exact example I found in logs was noagendasocial.com. it was not Friendica, but mastodon.
my Friendica tried to get profile contacts information from this server and retried it too many times. I decided to check what was wrong with it. that's it.
utzer 2 months ago from Fediverse