sblask-webextensions / webextension-skip-redirect

Some web pages use intermediary pages before redirecting to a final page. This add-on tries to extract the final url from the intermediary url and goes there straight away if successful.
https://addons.mozilla.org/firefox/addon/skip-redirect/
MIT License
481 stars 45 forks source link

Link to .../www.html wrongly recognized as redirect #354

Closed halms closed 10 months ago

halms commented 1 year ago

New Issue Checklist (tick off like this: [x])

What is your browser?

What is your operating system?

Description (please include examples/screenshots where applicable)

The ASGI Documentation has one page: https://asgi.readthedocs.io/en/latest/specs/www.html Skip redirect recognizes this as a redirect to http://www.html which is obviously wrong. Can of course be solved with the no-skip-urls-list, but maybe this is a hint that the redirection identifier is a bit too eager?

sblask commented 10 months ago

I wouldn't say it's obviously wrong. www.some_tld is a valid address. Fixing this would be a bit messy, so I'll leave it alone.