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
489 stars 45 forks source link

Add /eid-client to default no-skip-url-list in background.js #360

Closed Turbotomate closed 9 months ago

Turbotomate commented 10 months ago

Added /eid-client to the default no-skip-url-list in background.js to skip redirects to the "AusweisApp" (https://github.com/Governikus/AusweisApp) which is the official eID-Client of the German government. Like mentioned in https://www.ausweisapp.bund.de/fuer-diensteanbieter/leitfaden/technische-hinweise, the redirects used are "http://127.0.0.1:24727/eID-Client" on computers or "eid://127.0.0.1:24727/eID-Client" on mobile phones. So the added parameter should work for both. Only tested with Firefox on a computer, because the addon is not available for Firefox mobile.