cabal: update synposis/description
This commit is contained in:
parent
0e80367c30
commit
0ace6d397c
14
bisc.cabal
14
bisc.cabal
@ -1,10 +1,18 @@
|
|||||||
name: bisc
|
name: bisc
|
||||||
version: 0.2.4.0
|
version: 0.2.4.0
|
||||||
synopsis: A small tool that clears qutebrowser cookies.
|
synopsis: A small tool that clears cookies (and more).
|
||||||
description:
|
description:
|
||||||
|
|
||||||
Bisc clears qutebrowser cookies and javascript local storage
|
Websites can store unwanted data using all sorts of methods: besides
|
||||||
by domains, stored in a whitelist.
|
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
|
homepage: https://maxwell.ydns.eu/git/rnhmjoj/bisc
|
||||||
license: GPL-3
|
license: GPL-3
|
||||||
|
Loading…
Reference in New Issue
Block a user