Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Tor Browser
Commits
4c0d6049
Verified
Commit
4c0d6049
authored
Jun 8, 2023
by
Pier Angelo Vendrame
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Bug 10760: Integrate TorButton to TorBrowser core
Removed references to global.dtd.
parent
21199f4f
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!694
Bug 41796: Rebased on top of FIREFOX_ESR_115_BASE
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
toolkit/torbutton/chrome/content/aboutTor/aboutTor.xhtml
+5
-8
5 additions, 8 deletions
toolkit/torbutton/chrome/content/aboutTor/aboutTor.xhtml
with
5 additions
and
8 deletions
toolkit/torbutton/chrome/content/aboutTor/aboutTor.xhtml
+
5
−
8
View file @
4c0d6049
...
...
@@ -6,12 +6,6 @@
-->
<!DOCTYPE html [
<!ENTITY % htmlDTD
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"DTD/xhtml1-strict.dtd">
%htmlDTD;
<
!
ENTITY
%
globalDTD
SYSTEM
"
chrome:
//
global
/
locale
/
global.dtd
"
>
%globalDTD;
<!ENTITY % aboutTorDTD SYSTEM "chrome://torbutton/locale/aboutTor.dtd">
%aboutTorDTD;
<
!
ENTITY
%
tbUpdateDTD
SYSTEM
"
chrome:
//
browser
/
locale
/
aboutTBUpdate.dtd
"
>
...
...
@@ -20,14 +14,17 @@
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Security-Policy"
content=
"default-src resource:; object-src 'none'"
/>
<meta
http-equiv=
"Content-Security-Policy"
content=
"default-src resource:
chrome:
; object-src 'none'"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<title>
&aboutTor.title;
</title>
<link
rel=
"stylesheet"
href=
"chrome://browser/skin/onionPattern.css"
type=
"text/css"
media=
"all"
/>
<link
rel=
"stylesheet"
href=
"resource://torbutton-assets/aboutTor.css"
type=
"text/css"
media=
"all"
/>
<script
type=
"text/javascript"
src=
"resource://torbutton-abouttor/aboutTor.js"
></script>
<!-- Hack: we are not using Fluent translations in this page (yet), but we use
- this tag so it sets up the page automatically for us. -->
<link
rel=
"localization"
href=
"branding/brand.ftl"
/>
</head>
<body
dir=
"&locale.dir;"
>
<body>
<div
class=
"torcontent-container"
>
<div
id=
"torbrowser-info"
>
<div
id=
"torbrowser-version"
/>
...
...
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
sign in
to comment