#wordpress 2020-01-14

2020-01-14 UTC
[snarfed] and chrisaldrich joined the channel
#
chrisaldrich
kevq Are you using Jetpack on your site?
#
chrisaldrich
I remember there were some issues with allowing Jetpack proxying facebook, wordpress.com, et al. login causing some issues, but I thought they got fixed.
petermolnar, [Rose], DigitalOilDiscor, [jgmac1106], [fluffy], [dmitshur], gRegorLove, [tantek], [schmarty], [jeremycherfas], [Marlin_Forbes], armaniferranteDi and simons joined the channel
#
beko[m]
Nice, simple-local-avatars looks good. Will test later. Sorry, was not around over the weekend/monday
simons joined the channel
#
GWG
Hi, beko[m]. I looked at Simple Local Avatars. What avatar needs do you have?
#
beko[m]
GWG: I want own avatars without any gravatar. If a photo (via comment) comes from gravatar I want it cached on the server. I do not want cookies / requests to gravatar because this is a privacy issue for visitors. Whenever I find a comment with avatars from any CDN that drag in cookies I kill it right off with mystery-man.
#
beko[m]
It's hilarious how many loops one has to jump to remove 3rd party usage from the own WordPress website.
#
GWG
beko[m]: Simple Local Avatars doesn't do comments
#
GWG
Did you know that Webmentions now includes a gravatar cache, but not the way you identify
#
beko[m]
That's probably fine. I also don't know why avatar_privacy started messing with this especially when no gravatar url is in use at all ☹︎
#
beko[m]
It's really weird. Today it even failed on one occasion allowing one comment avatar by random.
#
beko[m]
May be related to emoji in username
#
GWG
beko[m]: I spoke to the developer
#
Loqi
[dshanske] #152 Avatar Privacy conflicts with Webmention Avatar Handler
#
Loqi
[dshanske] #153 Load avatar privacy later and exit if another plugin has returned a URL
#
beko[m]
*reads up
#
GWG
Simple Explanation, it doesn't play nice with other avatar plugins
#
GWG
So, webmentions does. If another plugin with a higher priority comes in,.it can override.
#
GWG
The developer also volunteered previously to work on supporting avatar caching for webmentions in Avatar Privacy, so I think he'll find a solution
#
GWG
Even if he doesn't agree with mine
#
beko[m]
I see. Will switch to another plugin if author won't accept some sort of fix. Thank you for hanging in there!
#
GWG
beko[m]: I like the plugin and the developer
#
GWG
But same
#
GWG
I could roll my own
#
GWG
beko[m]: Do you think caching other people's avatars is privacy issue?
Ruxton-WEB joined the channel
#
beko[m]
GWG: Well the _cookie_ is.
#
GWG
Oh?
#
beko[m]
https://en.wikipedia.org/wiki/Automattic is the company behind. You request an image from it you get a cookie. This has profiling written all over it.
#
Loqi
Automattic Inc.
simons, jeremych_ and Infamousguy joined the channel
#
Infamousguy
hey all i keep getting this error in wordpress editor and can't do anything there, Uncaught TypeError: d is not a function at Q (react.min.js?ver=16.9.0:11) i have disabled all plugins and still get that error
[Marlin_Forbes], [Rose], simons, [jgmac1106], [tantek], matsugenDiscord[, [schmarty], [kimberlyhirsh], [davidmead], [KevinMarks] and [asuh] joined the channel
#
[asuh]
I agree with beko[m] about avatars and gravatar. Locally served, without cookies is preferrable
[snarfed], [generativist], gRegorLove and [Michael_Beckwit joined the channel
#
GWG
[asuh]: What about non gravatar via webmentions?
#
[asuh]
GWG, that works too. Reducing the necessity of 3rd party services, even gravatar, is good practice
#
GWG
Yes, but to what degree should that be in webmentions?
#
[asuh]
are you asking if a local avatar should be sent with a webmention?
#
[asuh]
or pulled in
#
GWG
Pulled in
#
GWG
So, we parse the mf2 and store the URL for the avatar, but serve it from the original site
#
[asuh]
maybe it adds to database bloat, but in my mind it makes that a webmention will just save the user’s avatar in my database, only serving that. i don’t think the avatar itself has to be controlled by webmentions plugin, right?
#
[asuh]
Maybe extending the Semantics Linkback avatar functionality in some way?
#
[asuh]
Could be that this should stay outsourced to something like Avatar Privacy or Simple Local Avatars plugin
#
GWG
The Semantic Linkbacks functionality is deprecated
#
GWG
Webmentions takes over that now
#
GWG
But outsourcing is what we've discussed
RDFHGDJTRy joined the channel
#
GWG
[asuh]: How much do you know about what it does now?
#
[asuh]
GWG, not enough, unfortunately
#
GWG
Well, the version in Semantic Linkbacks was too aggressive
[schmarty] joined the channel
#
GWG
It caused other issues
#
GWG
The new version in webmentions is designed to verify the lack of a gravatar and to show a local copy.
#
GWG
It caches the lack for a period, and reverifies.
[Marlin_Forbes] and [benatwork] joined the channel
#
GWG
But it isn't a file cache.
#
beko[m]
other avatars are tricky. I don't mind pulling em in from the original site. It's their usecase anyway. Just don't want any cookies coming along. Some CDNs do this and sometimes I asked the author to make sure it does not happen for the avatar or remove it. That's work tho ☹︎
ad87657Discord[m left the channel
#
beko[m]
Twitter is weird. Posted some trivia reply and got over 100 likes within hours o0 Anyway, I notice that not all backfeeded comments are rendered any more. Is there some comment limitation in WP I'm not aware of? Say "latest 100"?
#
GWG
The other issue is that avatars disappear
#
beko[m]
True. Happens a lof with Mastodon ones. Old media is not long held. I don't mind this. May replace with mystery-m or so on occasion.
#
beko[m]
nvm found it. it's paginated. Never seen this before :D
#
GWG
That gives me an idea
dougbeal|mb1 joined the channel
#
beko[m]
Sorry 🙂
#
GWG
beko[m]: Wondering if avatars should be verified periodically
shrysr joined the channel
#
beko[m]
Tricky. Invalidating any cache is hard. Resource may be 404 temporary or else.
#
GWG
beko[m]: The system in Webmentions is simple enough
#
GWG
It does a head request on the gravatar URL to see if it is valid. If it returns a 404, it caches there is no gravatar for a week.
#
GWG
It could do the same for other URLs. And if the filename returns a 404, then remove the avatar URL stored
#
beko[m]
👍️
chrisaldrich, [KevinMarks], [jgmac1106] and [generativist] joined the channel