Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
bb560d66
Commit
bb560d66
authored
Sep 19, 2015
by
bertagaz
Browse files
Merge branch 'bugfix/8159-fix-download-management-page' into stable
Fix-committed:
#8159
parents
5df8a0fd
e56c6d25
Changes
3
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-includes/etc/tor-browser/profile/preferences/0000tails.js
View file @
bb560d66
...
...
@@ -93,3 +93,7 @@ pref("browser.newtabpage.introShown", true);
// add-on localizes search-engines in an incompatible but equivalent
// way.
pref
(
"
browser.search.geoSpecificDefaults
"
,
false
);
// Without setting this, the Download Management page will not update
// the progress being made.
pref
(
"
browser.download.panel.shown
"
,
true
);
config/chroot_local-includes/usr/share/tails/i2p-browser/prefs.js
View file @
bb560d66
...
...
@@ -23,5 +23,9 @@ pref("browser.newtabpage.directory.ping", "");
// ... and disable the explanation shown the first time
pref
(
"
browser.newtabpage.introShown
"
,
true
);
// Without setting this, the Download Management page will not update
// the progress being made.
pref
(
"
browser.download.panel.shown
"
,
true
);
// Never add 'www' or '.com' to hostnames in I2P Browser.
pref
(
"
browser.fixup.alternate.enabled
"
,
false
);
config/chroot_local-includes/usr/share/tails/unsafe-browser/prefs.js
View file @
bb560d66
...
...
@@ -32,3 +32,7 @@ pref("browser.newtabpage.introShown", true);
// add-on localizes search-engines in an incompatible but equivalent
// way.
pref
(
"
browser.search.geoSpecificDefaults
"
,
false
);
// Without setting this, the Download Management page will not update
// the progress being made.
pref
(
"
browser.download.panel.shown
"
,
true
);
bertagaz
@bertagaz
mentioned in issue
#8159 (closed)
·
May 15, 2020
mentioned in issue
#8159 (closed)
mentioned in issue #8159
Toggle commit list
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