Bug 1428446 - Add DAT, IPFS, and SSB to the webextension protocol whitelist. r=mixedpuppy
authorAndre Alves Garzia <andre@andregarzia.com>
Fri, 05 Jan 2018 21:00:58 -0200 (2018-01-05)
changeset 398343 c2cb8a06bcf17f0933d901925df4a54d7953509c
parent 398342 9b820ea091f9f6532633fb8d4743ece78f373983
child 398344 65df1e9c2132d65af3c5bff54c0d63fbd205a6aa
push id33214
push userebalazs@mozilla.com
push dateTue, 09 Jan 2018 09:53:28 +0000 (2018-01-09)
treeherdermozilla-central@7c9de87c6eb0 [default view] [failures only]
perfherder[talos] [build metrics] [platform microbench] (compared to previous push)
reviewersmixedpuppy
bugs1428446
milestone59.0a1
first release with
nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
last release without
nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
Bug 1428446 - Add DAT, IPFS, and SSB to the webextension protocol whitelist. r=mixedpuppy
toolkit/components/extensions/schemas/extension_protocol_handlers.json
--- a/toolkit/components/extensions/schemas/extension_protocol_handlers.json
+++ b/toolkit/components/extensions/schemas/extension_protocol_handlers.json
@@ -11,18 +11,18 @@
             "description": "A user-readable title string for the protocol handler. This will be displayed to the user in interface objects as needed.",
             "type": "string"
           },
           "protocol": {
             "description": "The protocol the site wishes to handle, specified as a string. For example, you can register to handle SMS text message links by registering to handle the \"sms\" scheme.",
             "choices": [{
               "type": "string",
               "enum": [
-                "bitcoin", "geo", "gopher", "im", "irc", "ircs", "magnet",
-                "mailto", "mms", "news", "nntp", "sip", "sms", "smsto", "ssh",
+                "bitcoin", "dat", "dweb", "geo", "gopher", "im", "ipfs", "ipns", "irc", "ircs", "magnet",
+                "mailto", "mms", "news", "nntp", "sip", "sms", "smsto", "ssb", "ssh",
                 "tel", "urn", "webcal", "wtai", "xmpp"
               ]
             }, {
               "type": "string",
               "pattern": "^(ext|web)\\+[a-z0-9.+-]+$"
             }]
           },
           "uriTemplate": {