about:* seems like a special scheme we can't override.
Not sure we can have URL scheme's that don't contain //, so we'd have tofino://home. We can fix URLs on the client to convert tofino:home -> tofino://home if we need. Anyways, after lots of digging, that's what I think the case is.
Also interesting to note, a handful of chrome:* URIs do work -- maybe we can proxy tofino://* calls to that.
about:*
seems like a special scheme we can't override.Not sure we can have URL scheme's that don't contain
//
, so we'd havetofino://home
. We can fix URLs on the client to converttofino:home
->tofino://home
if we need. Anyways, after lots of digging, that's what I think the case is.Also interesting to note, a handful of
chrome:*
URIs do work -- maybe we can proxytofino://*
calls to that.