Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
boklm
Tor Browser
Commits
7f4ec86a
Unverified
Commit
7f4ec86a
authored
Apr 13, 2021
by
Matthew Finkel
Browse files
squash! TB4: Tor Browser's Firefox preference overrides.
Bug 40408: Disallow SVG Context Paint in all web content
parent
41648b04
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/app/profile/000-tor-browser.js
View file @
7f4ec86a
...
...
@@ -255,6 +255,9 @@ pref("browser.policies.testing.disallowEnterprise", true);
pref
(
"
svg.in-content.enabled
"
,
true
);
pref
(
"
mathml.disabled
"
,
false
);
// Bug 40408
pref
(
"
svg.context-properties.content.allowed-domains
"
,
""
);
// Network and performance
pref
(
"
security.ssl.enable_false_start
"
,
true
);
pref
(
"
network.http.connection-retry-timeout
"
,
0
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment