gecko-dev/toolkit/components/extensions/dummy.xhtml
Tom Schuster b633cb7f0b Bug 1956572 - Add a CSP to the extension HiddenXULWindow dummy.xhtml. r=extension-reviewers,robwu
We only seem to use this document to create <browser> elements. These
elements are not influnced by the CSP, so it should be fine to disallow
everything else.

Differential Revision: https://phabricator.services.mozilla.com/D243291
2025-04-08 16:12:00 +00:00

7 lines
296 B
HTML

<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this file,
- You can obtain one at http://mozilla.org/MPL/2.0/. -->
<?csp default-src 'none'; ?>
<window id="documentElement" />