Skip to content
Snippets Groups Projects
Commit 1e431540 authored by Kathleen Brade's avatar Kathleen Brade
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 fadcb442
Branches bug34209-01
No related tags found
No related merge requests found
<?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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment