Bug 1571937: Relax CSP for images on about:devtools to allow loading https images.r=jdescottes

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Christoph Kerschbaumer 2019-08-08 15:07:48 +00:00
Родитель 8ea39bd830
Коммит f7583bc3a8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -7,7 +7,7 @@
<meta charset="utf-8" />
<title>Debugging</title>
<meta http-equiv="Content-Security-Policy"
content="default-src chrome: resource:; img-src data: chrome: resource:" />
content="default-src chrome: resource:; img-src data: chrome: resource: https:" />
<link rel="icon" type="image/png" href="chrome://browser/skin/developer.svg">
<link rel="stylesheet" href="chrome://devtools/content/aboutdebugging-new/aboutdebugging.css"/>
<script src="resource://devtools/client/aboutdebugging-new/initializer.js"></script>