blanktab.html (451B)
1 <!doctype html> 2 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/. --> 6 7 <html> 8 <head> 9 <meta name="color-scheme" content="light dark" /> 10 <meta 11 http-equiv="Content-Security-Policy" 12 content="default-src 'none'; style-src chrome:; object-src 'none'" 13 /> 14 </head> 15 </html>