[Falkon] [Bug 497884] Site Protocol Handler is not working
Juraj
bugzilla_noreply at kde.org
Tue Jan 28 20:32:31 GMT 2025
https://bugs.kde.org/show_bug.cgi?id=497884
--- Comment #1 from Juraj <jurajoravec at mailo.com> ---
Results of my investigation:
- The scheme of the protocol handler "web+whatever" cannot be in the
allowed/registered schemes.
If it is registered as a custom scheme it will redirect to
"about:blank#blocked"
- Falkons code to handle custom protocols is executed when the custom protocol
handler is requested and also when browser starts, but somehow it is not
working properly.
- If the Falkon custom code is bypassed and the request is accepted on the
first try (with or without blocking popup), the feature works correctly, but
makes the protocol handler only a temporary thing which needs to be registered
after each browser restart (which is not a nice thing).
- I tested Qutebrowser if it works there and it does not seem to register it on
its own after browser starts, I need to go to the site and than it will
register it. Maybe this is the intended way of using it? First go to the site
which offers protocol handler and then continue browsing? (can be done with
pinned tabs and automaed answering within Falkon), This is how qutebrowser does
it, from what I understand. (Or I missed something)
So I am still in doubts on how this thing should be working.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list