Skip to content

Commit

Permalink
Merge pull request #2 from eyedeekay/master
Browse files Browse the repository at this point in the history
Labeling non-tor Browsers
  • Loading branch information
Patrick Schleizer committed Oct 8, 2018
2 parents 32eef13 + 128bf0b commit 51b2c7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions usr/lib/open_link_confirmation
Expand Up @@ -106,7 +106,7 @@ gateway() {

title="Link Confirm Open ERROR"
msg="<p>Link Confirm Open does not support opening links on Gateway for security reasons.</p>
<p>Use Tor Browser under Workstation to browse the internet.</p>"
<p>Use $tb_title under Workstation to browse the internet.</p>"
question=""
button="ok"
/usr/lib/msgcollector/generic_gui_message "error" "$title" "$msg" "$question" "$button"
Expand Down Expand Up @@ -140,7 +140,7 @@ qubes_redirect() {
<p><code><blockquote>$input_object_stripped_and_trimmed$extra_long_link</blockquote></code></p>
<p>Please copy the link to the Workstation and open it there.</p>
<p>Use Tor Browser under Workstation to browse the internet.</p>
<p>Use $tb_title under Workstation to browse the internet.</p>
<p>Debugging information:
<br></br>link_confirmation_vm_open_tool: <code>$link_confirmation_vm_open_tool</code>
Expand Down Expand Up @@ -178,6 +178,7 @@ workstation() {
fi

## Fallback.
[ ! -n "$tb_title" ] || open_in_tool_bin_name="$tb_title"
[ -n "$open_in_tool_bin_name" ] || open_in_tool_bin_name="$open_in_tool_bin"

if [ "$open_in_tool_bin_name_readlink" = "$BASH_SOURCE" ]; then
Expand Down

0 comments on commit 51b2c7e

Please sign in to comment.