mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-01 00:38:50 +02:00
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
7 lines
296 B
HTML
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" />
|