diff --git a/swarm/examples/bzzhandler.html b/swarm/examples/bzzhandler.html index 0d7a8b01a4..cbd2403f95 100644 --- a/swarm/examples/bzzhandler.html +++ b/swarm/examples/bzzhandler.html @@ -6,10 +6,21 @@ navigator.registerProtocolHandler("bzz", "http://localhost:8500/%s", "Swarm handler"); + navigator.registerProtocolHandler("bzzi", + "http://localhost:8500/%s", + "Swarm immutable handler"); + navigator.registerProtocolHandler("bzzr", + "http://localhost:8500/%s", + "Swarm raw handler");

Register Swarm protocol handler

-

This web page will install a web protocol handler for the bzz: protocol.

+

This web page will install a web protocol handler for + bzz:, + bzzi: and + bzzr: + protocols. +