mozilla / tofino

Project Tofino is a browser interaction experiment.
https://mozilla.github.io/tofino
Apache License 2.0
649 stars 67 forks source link

Create about:* protocol for content pages #296

Closed jsantell closed 8 years ago

jsantell commented 8 years ago

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.