That's what I was also thinking, so I applied your patch, reverted IMD to 2.3.0, and ran it and so far, it looks like that is indeed the case. MR !152 does this.
!147 is already out there let's get it in first and do this after.
While you indeed fixed it on the light theme, it's still an issue on the dark theme, unless the browser window is extremely wide.
Updated the CSS and now the image no longer off the page at less-than-fullscreen resolution.
Definitely tested it first, including changing the window size. It didn't happen until the window was unreasonably tiny, like sub-200 px wide, now it happens as soon as you leave full-screen. I…
A search for .endsWith(".i2p") yields 40+ spots. Probably need to refactor these to a central util method.
Will have to wait for possibly-conflicting MRs for i2ptunnel and i2psnark to go first.
OK research done now for some answers, simpler answers this time:
- Why: This change was made when the attacker/s were doing a lot of probing. This was, for instance, the one time we saw an…
Sorry for the high latency reply but I have to go through my IRC logs for this.
What we were observing which we thought was an attack was that target would in those cases sometimes contain our…
OK, I know it's been a while, but that explanation doesn't make sense. The relevant case here is target != null && tunnel != null, i.e. it's destined for a remote tunnel. So this has nothing to do…