Earlier quoted context omitted.
You can disable them for all sites in prefs IIRC.
Yep! I have this and it works perfectly. - about:config - dom.webnotifications.enabled = false That's it. Haven't seen one in months.
Firefox 72.0
321–330 of 543 posts
Re: Firefox 72.0
#322Earlier quoted context omitted.
Have you found Bing more desirable than DuckDuckGo for a specific reason? (Uses DuckDuckGo and liberal use of the bangs when things don't come up as expected)
I've used Yahoo since the early 2000s and never hopped on the Google bandwagon. The times Ive tried to find things in Google because "people say it has better search", I've not had much luck. Possibly because they don't have extensive data on me and my search preferences? I think Yahoo is backed by Bing these days? I always find its search results perfectly adequate.
Re: Firefox 72.0
#323> User research commonly brings up permission prompt spam as a top user annoyance What's user research? Jokes aside, my favorite feature in Firefox is the good old-fashioned search box. I use Bing by default and repeat searches on Google or Duck Duck Go if I don't find results right away.
Have you found Bing more desirable than DuckDuckGo for a specific reason? (Uses DuckDuckGo and liberal use of the bangs when things don't come up as expected)
No. I just wanted to diversify away from Google a bit and I started with Bing because of Microsoft Rewards. I've only been getting about 50 (USD) cents per month in points though, so it's not compelling.
Re: Firefox 72.0
#324I find the notification permission change (requiring it to be after a user gesture) really annoying. It doesn't do almost anything to combat permission spam (if you're visiting a clickbait site, you'll probably click or scroll at least once, especially on mobile where sites usually have a giant header so you need to scroll past the fold to even see that the article is clickbait), and just inconveniences developers wh…
Firefox should include a setting to disable all requests for notifications much like they give you total control to block autoplay.
Re: Firefox 72.0
#325With notification spam fixed, how about tackling cookie banners spam next? Let's work on a standard to allow user to set their preferred cookie settings level once in browser UI and keep websites clean.
I don't remember the website, but I ran across one on hacker news a while ago that had the best cookie popover I've ever seen. It floated over from the left hand side of the page. Had simple and clean UX allowing for user configuration of cookies. Felt a little more like a cookie control panel than a popup disclaimer. Allowed the user to select which cookies to allow with a small description of what they did. Wish I…
Re: Firefox 72.0
#326After the recent missteps by Chrome (mangling the display of URLs), I decided to switch to Firefox and DuckDuckGo a few months ago and I was pleasantly surprised at how fast Firefox is these days than what I found it to be 10 years ago. While I still consider DuckDuckGo to be in the "not bad" category, Firefox is in the "seriously awesome" category now. If you have been away from Firefox for a while like me, give it…
> While I still consider DuckDuckGo to be in the "not bad" category... If you're into privacy-conscious search engines and want one that's not susceptible to blanket FISA warrants[0], check out either Qwant[1] or SwissCows[2]. [0] - DuckDuckGo's address is in Pennsylvania - 20 Paoli Pike, Paoli, PA 19301. [1] - https://www.qwant.com [2] - https://swisscows.ch/
Re: Firefox 72.0
#327Earlier quoted context omitted.
I do use full disk encryption, but when I'm logged in, any program that runs as me can access my files (subject to some partial restrictions that Apple introduced a while ago). And anyone gaining access to my unlocked computer can easily copy that password file. You could say once malware is executed with my credentials it's game over anyway. But I disagree with that. Having a file full of passwords stolen is far wor…
> when I'm logged in, any program that runs as me can access my files On Windows, the same is true of the encrypted data; any program that runs as you can decrypt it. Is it different on macOS? How does the system authenticate a specific program?
So it's not the program that is authenticated. The system simply makes sure that any program accessing that particularly sensitive data is really controlled by the logged in user.
This is entirely separate from protections for other files that may or may not be encrypted.
Re: Firefox 72.0
#328I'm a huge fan of the picture-in-picture, though I wish for a few enhancements: I wish clicking anywhere on the box would act as "play/pause", instead of requiring me to hunt down the button. And of course I wish for some visible/interactable buffer-bar, though I realize that might not be standardized across webplayers, so maybe not possible.
Re: Firefox 72.0
#329Earlier quoted context omitted.
How would you detect if something is a cookie dialog in a standardized way? It's pretty much impossible as all of them are custom code with different layouts / selectors / sequence of actions you need to take to opt out.
The "I don't care about cookies" addon[0] seems to do a pretty good job of it, I've not seen a banner in ages. I assume it works on a mixture of detecting popular cookie popup js libraries, and user feedback for the rest (although I can't seem to find a github or any code for it so it's hard to say). I think ublock also has a filter list for it built-in. 0: https://www.i-dont-care-about-cookies.eu/
Seems very odd.
Re: Firefox 72.0
#330Earlier quoted context omitted.
The "I don't care about cookies" addon[0] seems to do a pretty good job of it, I've not seen a banner in ages. I assume it works on a mixture of detecting popular cookie popup js libraries, and user feedback for the rest (although I can't seem to find a github or any code for it so it's hard to say). I think ublock also has a filter list for it built-in. 0: https://www.i-dont-care-about-cookies.eu/
I don't know if I'm paranoid but on the Mozilla add-on page, it says the code is licensed under GPLv3. So the source code MUST be available somewhere. Seems very odd.
The source code can be extracted from the extension file itself.