Bug 1696586 - Expose data: and blob: protocol URLs. r=mkmelin

Differential Revision: https://phabricator.services.mozilla.com/D107317

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Geoff Lankow 2021-03-07 23:50:34 +00:00
Родитель 6a16ae9e11
Коммит d4bd5caa31
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -367,6 +367,8 @@ pref("network.protocol-handler.expose.mailbox", true);
// Although we allow these to be exposed internally, there are various places
// (e.g. message pane) where we may divert them out to external applications.
pref("network.protocol-handler.expose.about", true);
pref("network.protocol-handler.expose.blob", true);
pref("network.protocol-handler.expose.data", true);
pref("network.protocol-handler.expose.http", true);
pref("network.protocol-handler.expose.https", true);