03
Firefox configuration and extensions
Login as user
- edit/create ~/.xinitrc with :
while true ; do
firefox
done
- run X (firefox will launch automatically)
$> xinit
- from firefox install : AutoReset Browser (
https://addons.mozilla.org/firefox/616/)
click here to install now
- relaunch firefox : Ctrl+w (firefox will quit and re-run)
- In the extension list (Tools/extensions) configure AutoReset :
- seconds before reset (600=10 minutes)
- unmark "launch new window"
- mark "force exit"
- Edit the firefox préférences :
- homepage : your pages local address (ie: 127.0.0.1/ANTIbox)
- empty totally : bookmarks, history, cookies
- Configure the history so that it keeps NO data (ie: days=0)
- Removing the clic frame around images and texts
In the adress bar type "About:config"
- filter : browser.display.focus_ring_width
- change value from 1 to 0
- Download the Antibox Client
http://antibox.tuxfamily.net/antibox.zip
- From firefox install extension : R-kiosk (
https://addons.mozilla.org/firefox/1659/)
click here to install now
- BEWARE, from now on if you launch firefox you won't be able to access much of its function. To achieve configuration modification you need to run it in "safe mode", modify the .xinitrc :
while true ; do
firefox -safe-mode URL
done
- Quit X (ctrl alt backspace)