Commit ff155701 authored by Kathleen Brade's avatar Kathleen Brade Committed by Georg Koppen
Browse files

Bug 34209: about:tor fails to load in debug build of Tor Browser

Add object-src 'none' to the about:tor content security policy.
parent f7781188
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<!--
   - Copyright (c) 2019, The Tor Project, Inc.
   - Copyright (c) 2020, The Tor Project, Inc.
   - See LICENSE for licensing information.
   - vim: set sw=2 sts=2 ts=8 et syntax=xml:
  -->
@@ -20,7 +20,7 @@

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Security-Policy" content="default-src resource:;" />
  <meta http-equiv="Content-Security-Policy" content="default-src resource:; object-src 'none'" />
  <meta name="viewport" content="width=device-width, initial-scale=1"/>
  <title>&aboutTor.title;</title>
  <link rel="stylesheet" type="text/css" media="all"