Skip to content

Commit

Permalink
added url opening from the -firejail wrapper
Browse files Browse the repository at this point in the history
also updated documentation
  • Loading branch information
jaromil committed Jan 13, 2018
1 parent deff5a8 commit 31072a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,15 @@ userjs_templates+=(array_of_paths_to_userjs_mozilla_configurations)

## Stage of development

Tinfoil is stable and used by its author Jaromil in conjunction to the i3 window manager and dmenu, and a few other people. If one understands what it does from this geeky documentation, it may turn to be very useful.

Tinfoil is the browser wrapper of choice for the heads GNU+Linux distribution: https://heads.dyne.org
Developers can be contacted using the issues on GitHub or over IRC on https://irc.dyne.org channel **#dyne** (or direct port 9999 SSL)

Tinfoil is work in progress, developers can be contacted using the issues on GitHub or over IRC on https://irc.dyne.org channel **#dyne** (or direct port 9999 SSL)

Contributions to Tinfoil are welcome, especially to add more supported browsers, integration with desktop workflows and even graphical interfaces. The `lint` Makefile target is provided to test the consistency of code and correct common mistakes: please run the check using `make lint` to make sure your contribution conforms to the coding style adopted in Tinfoil.
Contributions to Tinfoil are welcome, especially to add more supported browsers, integration with desktop workflows and even graphical interfaces.

## Licensing

Tinfoil is Copyright (C) 2017 by the Dyne.org Foundation
Tinfoil is Copyright (C) 2017-2018 by the Dyne.org Foundation

Tinfoil is designed, written and maintained by Denis Roio <[email protected]>

Expand Down
2 changes: 1 addition & 1 deletion tinfoil-firejail
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ done

[[ $DEBUG = 1 ]] && cat $tmp

firejail --profile=$tmp tinfoil -e $browser_executable $browser $profile
firejail --profile=$tmp tinfoil -e $browser_executable $browser $profile "$3"


# option.is_set --debug-firejail && {
Expand Down

0 comments on commit 31072a3

Please sign in to comment.