diff options
Diffstat (limited to '')
-rw-r--r-- | browser/base/content/blanktab.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/browser/base/content/blanktab.html b/browser/base/content/blanktab.html new file mode 100644 index 0000000000..39aa70d326 --- /dev/null +++ b/browser/base/content/blanktab.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> + +<!-- 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/. --> + +<html> + <head> + <meta name="color-scheme" content="light dark" /> + <meta + http-equiv="Content-Security-Policy" + content="default-src 'none'; style-src chrome:; object-src 'none'" + /> + </head> +</html> |