If you need an alternative to Brave, then see https://news.ycombinator.com/item?id=23708688 . This comment also shares the auto-suggestions-for-profit which is another reason I'm not using it. Since I cannot use DDG nor Brave, the only alternative (besides the currently bloated Firefox -- in my biased opinion) is ungoogled-chromium.
Are you a former DDG employee? And to clarify you do use the DDG search engine, just not their browser.
Brave Browser, wiping history still leaves trace of visited sites
21–30 of 210 posts
Re: Brave Browser, wiping history still leaves trace of visited sites
#22Earlier quoted context omitted.
Why would you make this assumption? It seems perfectly reasonable to me to assume, in the absence of evidence to the contrary, that a program actually does what it claims to do.
I sometimes do computer forensics for clients and you can be sure that you leave traces. You'd need to wipe out the area of the disk over and over again to fully remove it (sometimes it'll still remain despite that, for undisclosed reasons).
Re: Brave Browser, wiping history still leaves trace of visited sites
#23well, compared to undisclosed affiliate marketing for trading sites[1], soliciting of donations without consent[2] or the recent redirection through affiliate links[3], this seems pretty tame. [1]: https://github.com/brave/brave-browser/issues/8793 [2]: https://davidgerard.co.uk/blockchain/2019/01/13/brave-web-br... [3]: https://news.ycombinator.com/item?id=23442027
I'm already using Windows and despite me ticking all privacy checks - I am, as such, trusting MS with my data. Might as well switch over to Edge when I need a chromium-based browser. Threads like these move me in inch closer to that decision. (currently default: Firefox and secondary: Brave) ps: Edge's reader mode and narrator are top-notch.
If I was going to plump for one company, Microsoft might not be the worst choice simply because their business model doesn't revolve around monetizing my personal information.
Re: Brave Browser, wiping history still leaves trace of visited sites
#24Earlier quoted context omitted.
Why would you make this assumption? It seems perfectly reasonable to me to assume, in the absence of evidence to the contrary, that a program actually does what it claims to do.
I sometimes do computer forensics for clients and you can be sure that you leave traces. You'd need to wipe out the area of the disk over and over again to fully remove it (sometimes it'll still remain despite that, for undisclosed reasons).
Re: Brave Browser, wiping history still leaves trace of visited sites
#25Earlier quoted context omitted.
I sometimes do computer forensics for clients and you can be sure that you leave traces. You'd need to wipe out the area of the disk over and over again to fully remove it (sometimes it'll still remain despite that, for undisclosed reasons).
yes I know, even the Gutmann wipe is no longer effective and SSDs are essentially unwipeable, but that's not what this is about. It's about the software not wiping (or not even deleting) data at all when you'd expect it to do so. Generally, you'd expect software to do what it tells you.
Re: Brave Browser, wiping history still leaves trace of visited sites
#26Of course it's not in text. It's a SQLite3 database:
$ sqlite3 ~/'Library/Application Support/BraveSoftware/Brave-Browser/Default/Top Sites' .dump
PRAGMA foreign_keys=OFF;
BEGIN TRANSACTION;
CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY, value LONGVARCHAR);
INSERT INTO meta VALUES('mmap_status','-1');
INSERT INTO meta VALUES('version','4');
INSERT INTO meta VALUES('last_compatible_version','4');
CREATE TABLE top_sites (url LONGVARCHAR PRIMARY KEY,url_rank INTEGER,title LONGVARCHAR,redirects LONGVARCHAR);
INSERT INTO top_sites VALUES('https://chrome.google.com/webstore?hl=en',0,'Web Store',NULL);
COMMIT;
This is actually a database inherited from Chromium, so I'm not sure if the issue is inherited from Chromium.Edit: Tried this on Chromium 86.0.4185.0, top sites db is cleared after clearing all browsing data, so probably not inherited from Chromium.
(Btw I wasn't able to repro on Brave because however many times I open news.ycombinator.com, it simply won't register in top sites -.-)
Re: Brave Browser, wiping history still leaves trace of visited sites
#27Re: Brave Browser, wiping history still leaves trace of visited sites
#28Is it fair to _ever_ say that clearing the history completely removes all traces of visited sites? I have always operated under the assumption that some trace will remain pretty much forever.
Why would you make this assumption? It seems perfectly reasonable to me to assume, in the absence of evidence to the contrary, that a program actually does what it claims to do.
Re: Brave Browser, wiping history still leaves trace of visited sites
#29Earlier quoted context omitted.
I sometimes do computer forensics for clients and you can be sure that you leave traces. You'd need to wipe out the area of the disk over and over again to fully remove it (sometimes it'll still remain despite that, for undisclosed reasons).
Asking because I don't know: does that also hold true for SSDs if the sectors are overwritten (either with new data, or due to wear levelling)?
Re: Brave Browser, wiping history still leaves trace of visited sites
#30well, compared to undisclosed affiliate marketing for trading sites[1], soliciting of donations without consent[2] or the recent redirection through affiliate links[3], this seems pretty tame. [1]: https://github.com/brave/brave-browser/issues/8793 [2]: https://davidgerard.co.uk/blockchain/2019/01/13/brave-web-br... [3]: https://news.ycombinator.com/item?id=23442027
I've disliked Brave from the beginning. Initially because of the pretentious - and frankly appropriated - name, but now for the much more substantive reasons you've cited. Seriously, if you want a browser that gives you control over your data and privacy, use Firefox. It doesn't do any of this shady nonsense.