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

Plain `/openid` is not enough #303

Closed jvillasante closed 2 years ago

jvillasante commented 2 years 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)

Only having \openid is not enough anymore, for example, this is how Amazon redirects you these days (Amazon 'Your Account' -> 'Login and Security'): https://www.amazon.com/ap/cnep?openid.return_to=...&openid.identity=...&openid.assoc_handle=...&openid.mode=...&openid.ns.pape=...&openid.claimed_id=...&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0

I had to add openid.* to my No-skip-urls-list and maybe that should be the default?

sblask commented 2 years ago

The default lists are only a best effort and aren't meant to cover everything I don't think I will make a change for openid...

crssi commented 2 years ago

@jvillasante Here are additions that I have build over the years using SR: https://github.com/crssi/Firefox/blob/master/Skip_Redirect-Blacklist.txt There is also your exception listed.

Cheers

crssi commented 2 years ago

Oh... and sincerely thank you @sblask for one of the best extensions ever. ❤️