Kukhonjiswa imibuzo ethegiwe:

Facebook won't allow video or voice calls anymore, since introducing End-To-End Encryption (E2EE), specifically only on Firefox

Ever since Facebook started infesting the chats with end-to-end encryption (random chats get "Messenger upgraded the security of this chat. Messages and calls are secured… (funda kabanzi)

Ever since Facebook started infesting the chats with end-to-end encryption (random chats get "Messenger upgraded the security of this chat. Messages and calls are secured with end-to-end encryption" without my permission or asking if I want this), any encrypted chats have audio and video calls disabled. I note that I have ONE friend for whom it didn't do this, I can still do calls with her. If I receive a call, I get a pop-up saying that to receive this call I must download the Messenger app (no way) or a browser which supports it. If I check what browsers it thinks supports this, it only lists Chrome and Edge. As far as I know Edge is just Internet Explorer renamed, the biggest black hole in security, I've never touched it. Chrome ignores industry standards, so I don't use it. Making Firefox the best, top browser available. It's the only browser I wish to use. Mozilla needs to look into how to get Facebook to stop blacklisting Firefox like this. Note that this E2EE garbage has only been infecting things for the last few months, before that I was perfectly able to do any calls I wished in Facebook Messenger.

Okugcinwe kunqolobane 4 410

How to remove Norton

I have deleted Norton from my wife's Win7 PC, but it still tries to "help" when she is logging on to various web sites. How do we get Norton off of her Firefox?? Her F… (funda kabanzi)

I have deleted Norton from my wife's Win7 PC, but it still tries to "help" when she is logging on to various web sites. How do we get Norton off of her Firefox?? Her Firefox is current version.

Thank you for any help.

Ron Olsen

Okugcinwe kunqolobane 1 159

Sync passwords and bookmarks on two different laptops

Hi there, I just got a new work laptop and tried to sync my firefox browsers so I could keep my passwords and bookmarks from my old laptop. Unfortunately I forgot my pass… (funda kabanzi)

Hi there, I just got a new work laptop and tried to sync my firefox browsers so I could keep my passwords and bookmarks from my old laptop. Unfortunately I forgot my password, so I had to reset it on my new device. I logged in again on my old laptop but it's still not syncing or updating the bookmarks on the new laptop. Is there any way to move my bookmarks and passwords over to my new laptop? Thanks!

Okugcinwe kunqolobane 2 336

Manage Bookmarks font too large

The font size in "Manage Bookmarks" is way too large, both in the sections list menu on the left and the list of bookmarks. I checked my userChrome.css file as well as th… (funda kabanzi)

The font size in "Manage Bookmarks" is way too large, both in the sections list menu on the left and the list of bookmarks. I checked my userChrome.css file as well as the layout.css.devPixelsPerPx entry in about:config and there's nothing there to explain why only the "Manage Bookmarks" text is so large.

It's possible I changed a setting somewhere that's causing this. But I'm stumped re: what setting might be controlling the font size in only that UI. All other Firefox text sizes are good.

Thanks to anyone who knows where I should be looking

Firefox 134.0.1 (64-bit) Windows 10

Solved Okugcinwe kunqolobane 5 353

Exceptions for DNS over HTTPS (DoH) do not work

Hello to all, I wanted to use DoH (dnsforge.de) under “maximum protection”, but with one exception: I would like Ecosia.org to be able to place ads for me, because I am c… (funda kabanzi)

Hello to all,

I wanted to use DoH (dnsforge.de) under “maximum protection”, but with one exception: I would like Ecosia.org to be able to place ads for me, because I am convinced of Ecosia and want to support this project. Tested this with Cloudflare as well, setting up an exception here does not work either.

Now the exception set in Firefox has no effect. It should not be due to the DNS provider, because Ecosia.org is not blocked and has even been whitelisted.

What is the expected behavior of the “maximum protection” setting?

Kind regards

Solved Okugcinwe kunqolobane 2 309

seach not using AI

Hello: FF 140.b9 64b w11p. Are there ANY search engines (not nec browsers, just want to do a search in the address bar or search field) that do NOT go to an AI site to s… (funda kabanzi)

Hello: FF 140.b9 64b w11p. Are there ANY search engines (not nec browsers, just want to do a search in the address bar or search field) that do NOT go to an AI site to search? I want to minimize my use of AI technology, which uses extremely environmentally costly data farms. Thank you.

Okugcinwe kunqolobane 1 185

What are these "Quarantined Domains"?

Hello, i am wondering about the blocking of extensions on "Quarantined Domains". Is there a list of them available to explore? Who maintains this list? Can some fishy… (funda kabanzi)

Hello, i am wondering about the blocking of extensions on "Quarantined Domains".

Is there a list of them available to explore? Who maintains this list? Can some fishy website admin add his domain to it to block some 3rd party security addons? How can i whitelist a fishy extension on only 1 blocked site without losing the protection?

The faq articles are not really helpful for this.

Okugcinwe kunqolobane 6 406

How to Automatically Trigger PDF Printing in Firefox?

In previous versions of Firefox (up to version 133), it was possible to automatically trigger printing of a PDF file by loading it into an iframe from a sandboxed iframe … (funda kabanzi)

In previous versions of Firefox (up to version 133), it was possible to automatically trigger printing of a PDF file by loading it into an iframe from a sandboxed iframe and call print. However, starting with version 134, this no longer works.

Is there any other way to automatically trigger the print dialog for a PDF file in Firefox, similar to how it can be done in Chrome/Edge (e.g., by opening the PDF in a new window and directly triggering the print dialog without additional button clicks)?

Okugcinwe kunqolobane 3 258

CVE-2024-4367 in 115.19.0esr - still vulnerable?

Hi, During some tests I found that FF 115.19.0esr can still execute arbitrary JS similarly to CVE-2024-4367. I’ve checked the versions and > 115.11esr should be patch… (funda kabanzi)

Hi, During some tests I found that FF 115.19.0esr can still execute arbitrary JS similarly to CVE-2024-4367. I’ve checked the versions and > 115.11esr should be patched. Any payload with ‘/JS’ taken from https://github.com/luigigubello/PayloadsAllThePDFs/tree/main will do. Since this is probably important – FontMatrix is *not* working (no JS), original PoC (https://codeanlabs.com/wp-content/uploads/2024/05/poc_generalized_CVE-2024-4367.pdf) is also *not* working. I also wasn’t able to call an external script and so far haven’t found any path to exploit it beyond an alertbox. However, it still bothers me a lot and I’d like to know whether it’s the correct, expected behavior with FF+pdf.js, is it a vulnerability, or maybe my browser was somehow corrupted or is using some other mechanism that’s not within your control (my settings? about:config?).

Steps to re-create: 1. Open file in notepad 2. Add ‘/OpenAction 99 0 R’ after ‘lang’ in ‘1 0 obj section’ 3. After ‘endobj’ add ‘99 0 obj <</Type /Action /S /JavaScript /JS (app.alert\(1\);)>>’ 4. Result – alertbox popping twice

Solved Okugcinwe kunqolobane 3 1025