There is a robot on the same network (IP 24.126.194.0) as you.

Something about the behaviour of the browser has caught our attention. There are various possible explanations for this: You are browsing and clicking at a speed much f… (อ่านเพิ่มเติม)

Something about the behaviour of the browser has caught our attention.

There are various possible explanations for this:

You are browsing and clicking at a speed much faster than expected of a human being.
Something is preventing JavaScript from working on your computer.
There is a robot on the same network (IP 24.126.194.0) as you.

Any suggestions?

Asked by Aron Pilcher 4 ชั่วโมงก่อน

Does identifying an email as 'Junk mail' automatically block future emails from this source?

I have some questions about Thunderbird email. If an email is suspected as being 'junk' do I just delete the email and will future emails be blocked from that sender? … (อ่านเพิ่มเติม)

I have some questions about Thunderbird email. If an email is suspected as being 'junk' do I just delete the email and will future emails be blocked from that sender? I don't actually open the email.

Related to this, I usually 'unsubscribe' from marketing emails, but when I click on the 'unsubscribe' many ask for my email as "verification". Why? They HAVE my email to which they've just sent their junky marketing info. I don't usually respond. So how can I unsubscribe without sending my email address, which they already have. If I just see it is marked as 'junk', and I just delete without opening it, is this as good as "unsubscribing"? Is this request for my email necessary or a phishing scam?

Asked by Ward Conger 6 ชั่วโมงก่อน

High CPU usage on semaphore.social.

Semaphore.social is a mastodon/fediverse web client. I've been using it without issue up to now and it has not updated recently. After a few hours running the CPU usage … (อ่านเพิ่มเติม)

Semaphore.social is a mastodon/fediverse web client. I've been using it without issue up to now and it has not updated recently.

After a few hours running the CPU usage of Firefox becomes very high (25-50%) and the about:performance shows that it is due to this tab, which shows at values from 110 to 160% or thereabouts.

I haven't noticed this before updating to Firefox 134.0 so I suspect it may be a Firefox regression.

However I cannot work out what the cause is, how to fix it, or if I should file a bug on it.

Any ideas on how I can fix this?

Asked by david517 1 วันก่อน

How to send encrypted emails - how to obtain the keys from signed emails

I ask a person to send me a signed email so that i can send them an encrypted email. How is this process supposed to work in thunderbird? I receive a signed email, what n… (อ่านเพิ่มเติม)

I ask a person to send me a signed email so that i can send them an encrypted email. How is this process supposed to work in thunderbird? I receive a signed email, what next? Clearly, thunderbird sees the signature but does not add the public key to the contact. This is in contradiction with [page] that states: The standard way of distributing a person's certificate is to send a digitally signed email. If you have received a signed email from your correspondent, click the email to view it. If Thunderbird considers the email's signature and the sender's certificate valid, it will automatically be imported and available when you attempt to encrypt an email to that correspondent using the S/MIME technology. If you don't have a signed email from your correspondent yet, you could ask them to send a digitally signed email to you.

Note that certificates issued by CAs may have a short validity period. Certificates are no longer usable after the validity period has expired. In that case your correspondent will have to obtain a new certificate. Once that happened they will be able to send you a new digitally signed email with a valid certificate.

Organizations that operate an LDAP server may configure their server to store S/MIME certificates. If an LDAP server is configured, Thunderbird may automatically query the LDAP server if it needs to obtain a S/MIME certificate.

To review the list of S/MIME certificates that you already have, you can use Thunderbird's Certificate Manager.

The certificate shows that it is valid, yet, clicking reply gives "key issues" which shows no key available. Similarly, if I sign an email with pgp key and send it, thunderbird sees that it is signed but tells me that i need to obtain public pgp key. So it seems that signatures and encryption are completely unusable.

Asked by leosenko 11 ชั่วโมงก่อน

bounce selected email addresses

The increasing volume of spam is getting annoying. If I filter spam messages they get put aside, and that doesn't hurt the spammer. What I would like is a reject option … (อ่านเพิ่มเติม)

The increasing volume of spam is getting annoying. If I filter spam messages they get put aside, and that doesn't hurt the spammer. What I would like is a reject option so that the spammer gets a bounced email. that will really annoy him and perhaps 'encourage' him to not spam me.

Asked by John Bennett 2 วันก่อน

Last reply by John Bennett 1 วันก่อน

Thunderbird crashes when trying to open settings

I tried to open settings because I need to change account passwords. As soon as I open settings Thunderbird crashes after showing the settings page for half a second. Lat… (อ่านเพิ่มเติม)

I tried to open settings because I need to change account passwords. As soon as I open settings Thunderbird crashes after showing the settings page for half a second. Latest Thunderbird version under latest windows 11 version. Anyone else has this problem? Restarting the PC (miracle cure for problems under windows) did not solve the problem. Anyone else has this? Anyone knows a solution?

I cannot access my accounts passwords, so the problem is rather worrisome and urgent.

Asked by paul.klemann 4 วันก่อน

Last reply by paul.klemann 2 วันก่อน

Allowing Remote Images in the Android App

How do I allow remote images in the Android app version of T-Bird? I have the 'allow remote content in messages' selected in the settings in my desktop app, but I can't … (อ่านเพิ่มเติม)

How do I allow remote images in the Android app version of T-Bird?

I have the 'allow remote content in messages' selected in the settings in my desktop app, but I can't find any way to allow them on my phone.

Asked by Steve2526 4 วันก่อน

Remote debugging not working

I'm trying to run Firefox in a vm and expose it for remote connections to access from puppeteer. "firefox --headless --remote-debugging-port=9222 --remote-debugging-hos… (อ่านเพิ่มเติม)

I'm trying to run Firefox in a vm and expose it for remote connections to access from puppeteer.

"firefox --headless --remote-debugging-port=9222 --remote-debugging-host=0.0.0.0 --remote-allow-hosts=x.x.x.x " - This is the command I'm using to launch the browser but the Firefox is listening on 127.0.0.1 only. And accepts only calls from the local machine. Despite many efforts I'm not able to make Firefox listens to my public ip or 0.0.0.0. This is the output I'm getting while launching

"*** You are running in headless mode. [GFX1-]: glxtest: Unable to open a connection to the X server WebDriver BiDi listening on ws://127.0.0.1:9222 [GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt"

With chrome I'm able to achieve the above use case. Chrome listens on 0.0.0.0 when adding the --remote-debugging-address "google-chrome --no-sandbox --headless --remote-debugging-port=9222 --remote-debugging-address=0.0.0.0".

I have limited control over the vm so I can't use ssh tunnel as well. Are there any solutions available to make Firefox listens to the public IP like chrome?

Asked by ulty Ajith 1 สัปดาห์ก่อน