4 xombrero is a minimalist web browser with sophisticated security
5 features designed-in, rather than through an add-on after-the-fact. In
6 particular, it provides both persistent and per-session controls for
7 scripts and cookies, making it easy to thwart tracking and scripting
8 attacks. In additional to providing a familiar mouse-based interface
9 like other web browsers, it offers a set of vi-like keyboard commands
10 for users who prefer to keep their hands on their keyboard. The default
11 settings provide a secure environment. With simple keyboard commands,
12 the user can "whitelist" specific sites, allowing cookies and scripts
15 For more information, please visit https://opensource.conformal.com/wiki/xombrero
17 ## GPG Verification Key
19 All official release tags are signed by Conformal so users can ensure the code
20 has not been tampered with and is coming from Conformal. To verify the
21 signature perform the following:
23 - Download the public key from the Conformal website at
24 https://opensource.conformal.com/GIT-GPG-KEY-conformal.txt
26 - Import the public key into your GPG keyring:
28 gpg --import GIT-GPG-KEY-conformal.txt
31 - Verify the release tag with the following command where `TAG_NAME` is a
32 placeholder for the specific tag:
39 xombrero is ISC licensed unless otherwise specified in individual files