Nils Maier
Nils Maier
"data-src" isn't a defined standard way in HTML. Everything `data-` is application/website specific. DownThemAll! shouldn't even try to parse this at all, so it's likely not the cause. Can you...
This still cannot be fully addressed. The chrome developers basically just shrugged and declared their entirely broken behavior to be "as intended". (e.g. https://bugs.chromium.org/p/chromium/issues/detail?id=1106297) As a "best I can do"...
Yeah well, I cannot sadly change what limitations browsers put on add-ons. Believe me, I'd prefer if the situation was different too.
@LucaNonato it seems somehow the session history in the browser gets "weird", which causes a failure in DTA down the line. I'll fix that via #409
Can you pinpoint it a bit more either via git bisect (if you know how to use that) or at least: https://addons.mozilla.org/de/firefox/addon/minimizetotray-revived/versions/ Also, a list of enabled add-ons you have...
I cannot reproduce this? Does it still not work for you?
This is some annoying API limitation. I will address this best I can in #350
I am not eager to do infinite retries. That may hammer an always malfunctioning server, or worse, may lead some networks to think you (the user) is a bot for...
mod_fcgid seems to have fixed this in their module (no apr fix). I'll look into that... In the mean time, my official recommendation is to use the work-around patch from...
`mod_xsendfile` does construct absolute paths from relative paths [based on the request URI](https://github.com/nmaier/mod_xsendfile/blob/f181be5964a994a636d612dfa1b17394c3d8b116/mod_xsendfile.c#L182), which might in fact be a sub-request in some cases. This does not always produce the results...