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

[Feature request] Website permissions #332

Closed donnydark0 closed 1 year ago

donnydark0 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)

Please consider adding support for more granular website permissions. In this case a blacklist would probably make more senese, i.e. blacklist sites the extension has no access to read and alter content.

sblask commented 1 year ago

There is no way to implement a blacklist. An extension can either have permission to all sites or has to ask for access to every single one it needs access to. This would be super annoying.