Skip to content
GitLab
Menu
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
cfa9624f
Commit
cfa9624f
authored
Nov 30, 2015
by
intrigeri
Browse files
Move getTorBrowserUserAgent out of the $PATH.
Refs:
#10658
parent
6a1b4c1f
Changes
3
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-hooks/46-configure-htpdate
View file @
cfa9624f
...
...
@@ -8,5 +8,5 @@ CONFFILE='/etc/default/htpdate.user-agent'
install
-o
root
-g
root
-m
0644 /dev/null
"
$CONFFILE
"
echo
"HTTP_USER_AGENT=
\"
$(
/usr/local/
bin
/getTorBrowserUserAgent
)
\"
"
\
echo
"HTTP_USER_AGENT=
\"
$(
/usr/local/
lib
/getTorBrowserUserAgent
)
\"
"
\
>
"
$CONFFILE
"
config/chroot_local-includes/usr/local/
bin
/getTorBrowserUserAgent
→
config/chroot_local-includes/usr/local/
lib
/getTorBrowserUserAgent
View file @
cfa9624f
File moved
wiki/src/contribute/release_process/test.mdwn
View file @
cfa9624f
...
...
@@ -95,7 +95,7 @@ tracked by tickets prefixed with `todo/test_suite:`.
microphone with the remote website; anything else should fail.
- <http://net.ipcalf.com/> should display
`ifconfig | grep inet | grep -v inet6 | cut -d" " -f2 | tail -n1`
* Running `getTorBrowserUserAgent` should produce the User-Agent set by the
* Running `
/usr/local/lib/
getTorBrowserUserAgent` should produce the User-Agent set by the
installed version of Torbutton, and used in the Tor Browser. (automate: [[!tails_ticket 10268]])
# Tor
...
...
Write
Preview
Supports
Markdown
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