Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
torbutton
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Legacy
gitolite
user
brade
torbutton
Commits
1e431540
Commit
1e431540
authored
4 years ago
by
Kathleen Brade
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
chrome/content/aboutTor/aboutTor.xhtml
+2
-2
2 additions, 2 deletions
chrome/content/aboutTor/aboutTor.xhtml
with
2 additions
and
2 deletions
chrome/content/aboutTor/aboutTor.xhtml
+
2
−
2
View file @
1e431540
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 20
19
, The Tor Project, Inc.
- Copyright (c) 20
20
, 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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment