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
c3f8c0d6
Commit
c3f8c0d6
authored
Sep 27, 2014
by
Kill Your TV
Browse files
Hide option for "Tor Browser Health report" in unsafe-browser
parent
9275086a
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-includes/usr/local/sbin/unsafe-browser
View file @
c3f8c0d6
...
...
@@ -186,6 +186,19 @@ configure_chroot () {
# Set start page to something that explains what's going on
echo
'user_pref("browser.startup.homepage", "'
${
START_PAGE
}
'");'
>>
\
"
${
CLEARNET_PREFS
}
"
BROWSER_CHROME
=
"
${
CLEARNET_PROFILE
}
/chrome/userChrome.css"
mkdir
-p
"
$(
dirname
"
${
BROWSER_CHROME
}
"
)
"
cat
>
${
BROWSER_CHROME
}
<<
EOF
/* Required, do not remove */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Hide TorBrowser Health Report and its configuration option */
#appmenu_healthReport,
#dataChoicesTab,
#healthReport
{display: none !important}
EOF
# Remove all bookmarks
rm
-f
${
CHROOT
}
/
"
${
TBB_PROFILE
}
"
/bookmarks.html
...
...
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