Custom Protocol Support
Posted: Fri Jun 13, 2025 3:42 pm
Is it possible to enable custom protocols inside the PWB browser? I want to develop a webapp that has a link to "ahktest://paramhere". Where ahktest:// is registered in the windows registry and linked to my custom script. I have the webapp working locally but when I load the webpage in PWB it doesn't work. I click the button and nothing.
I attempted to set some INI settings to enable this but failed so far.
ProtocolFilterFile=protocols.txt
CheckProtocolAccess=TRUE
and then in my protocols.txt I have this:
http://
https://
ahktest://
file://
is it possible to use my custom protocol with PWB?
I attempted to set some INI settings to enable this but failed so far.
ProtocolFilterFile=protocols.txt
CheckProtocolAccess=TRUE
and then in my protocols.txt I have this:
http://
https://
ahktest://
file://
is it possible to use my custom protocol with PWB?