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:
Родитель
6a16ae9e11
Коммит
d4bd5caa31
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче