Bug 1447341 - include blob, moz-extension and page-icon in list of known schemes, r=nwgh

MozReview-Commit-ID: HYiBCJ868nC

--HG--
extra : rebase_source : 57b3f39ebf41f4cad2719fc1f2b412e8dde6e491
This commit is contained in:
Gijs Kruitbosch 2018-04-17 15:41:40 +01:00
parent 5037a2426e
commit e932bbd4a3

View File

@ -32,7 +32,8 @@
#define NS_IPC_IOSERVICE_SET_CONNECTIVITY_TOPIC "ipc:network:set-connectivity"
static const char gScheme[][sizeof("moz-safe-about")] =
{"chrome", "file", "http", "https", "jar", "data", "about", "moz-safe-about", "resource"};
{"chrome", "file", "http", "https", "jar", "data", "about", "moz-safe-about", "resource",
"moz-extension", "page-icon", "blob"};
class nsINetworkLinkService;
class nsIPrefBranch;