Backed out changeset 8771fccb94fa (bug 1853013) for causing security related mochites...
[gecko.git] / toolkit / content / plugins.html
blob759034a0dd7b207e8a224efd37d36ea3db8eb345
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
3 <!-- This Source Code Form is subject to the terms of the Mozilla Public
4 - License, v. 2.0. If a copy of the MPL was not distributed with this
5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
7 <html>
8 <head>
9 <meta
10 http-equiv="Content-Security-Policy"
11 content="default-src chrome: resource:; object-src 'none'"
13 <meta charset="utf-8" />
14 <meta name="color-scheme" content="light dark" />
15 <title data-l10n-id="title-label"></title>
16 <link rel="stylesheet" href="chrome://global/skin/in-content/common.css" />
17 <link rel="stylesheet" href="chrome://global/content/plugins.css" />
18 <link rel="localization" href="toolkit/about/aboutPlugins.ftl" />
19 <script src="chrome://global/content/customElements.js"></script>
20 <script
21 type="module"
22 src="chrome://global/content/elements/moz-support-link.mjs"
23 ></script>
24 </head>
25 <body class="main-content">
26 <div id="outside">
27 <script
28 type="application/javascript"
29 src="chrome://global/content/plugins.js"
30 ></script>
31 </div>
32 </body>
33 </html>