tabliss icon indicating copy to clipboard operation
tabliss copied to clipboard

[Feature Request] Support for "file:///" URLs in "Quick Links" widget

Open LifeAdventurer opened this issue 1 year ago • 3 comments

Currently, the widget only supports https:// URLs, which limits its usability when working with local files. I often need to reference local documentation, configuration files, and other resources stored on my machine. Allowing file:/// URLs would greatly enhance the flexibility and usefulness of the widget.

LifeAdventurer avatar Aug 30 '24 11:08 LifeAdventurer

For that matter, browser config pages like about:processes do not work as Quick Links either. My expectation was that anything that could be entered as an URL would work.

Emstar avatar Apr 01 '25 18:04 Emstar

For that matter, browser config pages like about:processes do not work as Quick Links either. My expectation was that anything that could be entered as an URL would work.

I agree with that expectation, but unfortunately, Firefox has strict security restrictions that prevent extensions from redirecting to privileged URLs - this is a browser limitation that can't be worked around.

I am not a maintainer of this project, but I do have my own fork here that has a fix for this issue on chromium coming in a release very soon.

BookCatKid avatar Apr 03 '25 01:04 BookCatKid

Thanks for explaining that, I have to admit the limitation makes sense.

Emstar avatar Apr 03 '25 01:04 Emstar