#dev 2018-05-20

2018-05-20 UTC
KartikPrabhu, eli_oat, renem, gRegorLove and [grantcodes] joined the channel
#
[grantcodes]
Alrighty! More updates to the inline micropub client!
#
[grantcodes]
It now has a popout editor for certain stuff, and it is better at generating previews for new posts
#
[grantcodes]
Really coming along quite nicely 🙂
#
@andrewsreading
@Reading "The Indieweb privacy challenge (Webmentions, silo backfeeds, and the GDPR) // Sebastian Greger" http://ing.am/p/4YUq
(twitter.com/_/status/998053820545536001)
snarfed joined the channel
#
@PhoneBoy
Well that was fun, deleting the spam webmentions from my http://micro.blog hosted on WordPress. 😒 https://microblog.phoneboy.com/2018/05/19/981/
(twitter.com/_/status/998069338585251840)
AngeloGladding, jeremycherfas, renem and KartikPrabhu joined the channel
#
Zegnat
jeremycherfas++ for asking phoneboy to document the spam he saw! Was about to do the same, but you beat me to it
#
Loqi
jeremycherfas has 11 karma in this channel (25 overall)
tglobe and swentel joined the channel
#
calumryan.com
created /IndieWebGuides (+1230) "Website summary"
(view diff)
#
dgold
yeah, I've had webmentions for quite some time, and am yet to receive a single spam
#
sknebel
might have been via bridgy or pingback. we'll see.
#
dgold
thinks that we won't,sadly
#
dgold
I've started anonymizing nginx logs using this scheme:
#
dgold
I'd love anyone's inpit into how I can make that better
#
sknebel
IPv6 if you support it.
#
dgold
that appears to handle ipv6
barpthewire joined the channel
#
dgold
oh, it doesn't, it just makes them into .0.0
#
sknebel
I guess a regex is the best way, given the data made available in the config, even though it seems quite wasteful
#
dgold
:) I just got to that page and came here to mention it
#
dgold
Great Minds & Fools, eh?
#
dgold
I amended that slightly, so as to only take the first two octets from the dotted quad
#
Zegnat
Now add some relatively short-term log rotation to that?
leg, eli_oat, jjuran, snarfed, [miklb] and tglobe joined the channel
#
dgold
10 days
#
dgold
as per EFF's DNT-toolkit
#
Loqi
Privacy Policy
#
@BlogPasCher
Trackbacks vs Pingbacks vs Webmentions pour WordPress #themewordpress #pluginswordpress #tutorielwordpress http://rviv.ly/v7zR5I
(twitter.com/_/status/998241387828207617)
#
Zegnat
Yep, was just reading that!
#
Zegnat
Your webmentions section seems to assume the original writer is sending the webmention though? Which doesn’t have to be the case. (I made to same comment to sgreger.)
#
dgold
I accept that as an issue; however the same facts pertain - my site only captures publicly available information
#
[miklb]
you’ve convinced me to implement that EFF DNT dgold
#
[miklb]
at least the logs/nginx config stuff
#
dgold
excellent, [miklb], if I can help any, just call
#
[miklb]
I’ve been meaning to take a look at logging anyway, I just use default nginx settings, seems like a good rainy day project. (Related, it’s raining here today.)
iasai joined the channel
#
sknebel
I need to build an embed-clickthrough thing ot finish that project
Zegnat, AngeloGladding and swentel joined the channel
#
Zegnat
Yeah, definitely doesn't change the effect of the policy dgold, just thought I'd note it :-)
iasai and KartikPrabhu joined the channel
#
bear
curious about the conversation on nginx logging
#
bear
just learning it or tweaking it for some privacy thing?
#
bear
oh, I see the above now
snarfed, maingo, eli_oat, wagle, romangeeko, [jgmac1106], barpthewire, eli_oat[m], oodani, deathrow1, pstuifzand, jjuran, schmarty and grantcodes joined the channel
#
dgold
tweaking for privacy, bear
#
bear
cool - I read your article, nicely done. I'm implementing most of them now as my rainy day activity also
#
dgold
restricting the log to the first two bytes/hexes of an IP
#
dgold
ooh, excellent.
#
bear
yea, I was wondering if the first two quads would give enough info, but then I realized that I have never worried about the incoming IP at all :)
#
bear
the biggest thing for me was realizing that I was not using no-referrer
tglobe joined the channel
#
dgold
bear: I was also a little concerned about that, and came to the same realization
#
dgold
damnation, missed a chunk of the nginx logging bit
#
bear
yea, so it's enough to do local debugging (like incoming webmention debugging) but not enough to track folks
#
sknebel
yeah. I didn't have issues with too many requests from individual IPs etc either, so need to have the full logs for blocking. and if it appears, I can adjust my policy appropriately (e.g. log suspicious subnets, or keep additional short-term logs to identify repeat offenders)
#
dgold
sknebel: I can turn back on full stream logging if necessary
#
sknebel
exactly, I see no need to not do that only when necessary
#
sknebel
the referrer is interesting, I wouldn't have seen it as a relevant leak on a pure webpage, but I guess it is some information
#
sknebel
and I personally don't use incoming referrers eithers, despite having considered it a few times
iasai joined the channel
#
dgold
yeah, I stripped that from my logs ages ago
#
dgold
again, should I need to, i can just take out the `_anon` from the log_format in the server, and et voila, its all back again
#
bear
I left both definitions in - will be easy to swap
#
sknebel
I considered at some point to basically treat referrers as incoming WMs
swentel joined the channel
#
bear
make sure to add yourself to the https://indieweb.org/disclosure page
snarfed, [jeremycherfas] and KartikPrabhu joined the channel
#
bear
cool - added my own privacy policy
#
bear
dgold++ for having a great page with info on how to do it
#
Loqi
dgold has 20 karma in this channel (48 overall)
#
ascraeus.org
edited /disclosure (+305) "/* IndieWeb Examples */"
(view diff)
[kevinmarks] and [miklb] joined the channel
#
[miklb]
is the idea of using no-referrer because you send webmentions?
#
Zegnat
I am not sure what browser referrer headers have to do with webmentions?
deathrow1 joined the channel
#
GWG
I am still wondering of storing IP addresses for webmentions has any practical benefits
#
[miklb]
Zegnat, you’re right, upon second thought, it doesn’t really. I suppose I was just thinking, if I’m linking to your site, I send a webmention, that way you know I’ve linked to you. Without that, you may not know otherwise if my referrer header is sent as no-referrer. I believe at least that’s what that means.
#
[miklb]
would obviously only know that if someone follows the link.
KartikPrabhu and snarfed joined the channel