From 0ace6d397c0809af12b7e594a69bf4f309c2552a Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Wed, 24 Mar 2021 11:09:08 +0100 Subject: [PATCH] cabal: update synposis/description --- bisc.cabal | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/bisc.cabal b/bisc.cabal index 3c11376..b264340 100644 --- a/bisc.cabal +++ b/bisc.cabal @@ -1,10 +1,18 @@ name: bisc version: 0.2.4.0 -synopsis: A small tool that clears qutebrowser cookies. +synopsis: A small tool that clears cookies (and more). description: - Bisc clears qutebrowser cookies and javascript local storage - by domains, stored in a whitelist. + Websites can store unwanted data using all sorts of methods: besides + the usual cookies, there are also the local and session storage, the + IndexedDB API and more caches as well. + + Bisc will try to go through each of them and remove all information from + websites that are not explicitly allowed (ie. a whitelist of domains). + It was created for qutebrowser, but it actually supports the storage + format used by Chromium-based browsers, which (sadly) means almost + every one nowadays. + homepage: https://maxwell.ydns.eu/git/rnhmjoj/bisc license: GPL-3