Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
3fc7c2eb
Commit
3fc7c2eb
authored
Jun 26, 2020
by
boyska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX #13728: reenable downloadable fonts
parent
73baaec7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
config/chroot_local-includes/etc/thunderbird/pref/thunderbird.js
...chroot_local-includes/etc/thunderbird/pref/thunderbird.js
+2
-2
No files found.
config/chroot_local-includes/etc/thunderbird/pref/thunderbird.js
View file @
3fc7c2eb
...
...
@@ -364,8 +364,8 @@ pref("media.cache_size", 0);
// Disable CSS :visited selector.
pref
(
"
layout.css.visited_links_enabled
"
,
false
);
//
Disable
downloadable fonts
.
pref
(
"
gfx.downloadable_fonts.enabled
"
,
false
);
// downloadable fonts
are NOT disabled: disabling them cause bug #17328: "Find in Message" stops working
//
pref("gfx.downloadable_fonts.enabled", false);
// Disable third-party images.
pref
(
"
permissions.default.image
"
,
3
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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