Dillo
Dillo is a multi-platform graphical web browser known for its speed and small footprint.
- Dillo is written in C and C++.
- Dillo is based on FLTK2, the Fast Light Toolkit (statically-linked by default!).
- Dillo is free software made available under the terms of the GNU General Public License (GPLv3).
- Dillo strives to be friendly both to users and developers.
- Dillo helps web authors to comply with web standards by using the bug meter.
Configuration
Enabling cookies in Dillo by default
Cookies are disabled by default for privacy reasons. If you want to enable them, read FAQ entry
Removing cookies
First, stop your plugins (dpis) with the following command:
$ dpidc stop
The cookies dpi will write any permanent (ACCEPT
) cookies to disk, and temporary (ACCEPT_SESSION
) cookies will be lost as the dpi exits.
Second, get rid of the permanent cookies by removing or editing your ~/.dillo/cookies.txt
file.
See also
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.