Отображение вопросов с тегом: Показать все вопросы
  • Решено

Does PGP encrypt attachments?

I am using Thunderbird 115.10.1. I want to send an encrypted email with attachments of different types (pdf, docs, images, zips,...) I have set up PGP following this gui… (читать ещё)

I am using Thunderbird 115.10.1. I want to send an encrypted email with attachments of different types (pdf, docs, images, zips,...)

I have set up PGP following this guidance: https://support.mozilla.org/en-US/kb/openpgp-thunderbird-howto-and-faq#thunderbird:linux:tb115


And I have confirmed it is working with Edward following this guidance: https://emailselfdefense.fsf.org/en/

But I have tried looking online to check, are the attachments to the email also encrypted?

Задан andres20 4 дня назад

Дан ответ christ1 3 дня назад

  • Решено

Most sites will not connect due to security issues

I am running Firefox 126.0-1 on an Arch Linux system. Most websites are failing to connect for security reasons. Some sites, including google.com and nytimes.com, fail w… (читать ещё)

I am running Firefox 126.0-1 on an Arch Linux system. Most websites are failing to connect for security reasons.

Some sites, including google.com and nytimes.com, fail with an "SEC_ERROR_UNKNOWN_ISSUER" error, and their certificates confirm that they are respectively issued by Google Trust Services LLC and DigiCert Inc.

The website archlinux.org errors with "MOZILLA_PKIX_ERROR_MITM_DETECTED", stating that "Software is Preventing Firefox From Safely Connecting to This Site", citing in particular ISRG Root X1 as the problem. The certificate confirms that it is issued by Let's Encrypt.

The website duckduckgo.com simply errors with "SEC_ERROR_PATH_LEN_CONSTRAINT_INVALID" and states "Secure Connection Failed"

I have confirmed in preferences that my proxy settings are set to "No proxy" and the problem persists across troubleshooting mode and making a new profile. I have also tried removing the cert9.db file in a given profile folder.

Задан david.carlip 5 дней назад

Дан ответ david.carlip 5 дней назад

  • Решено

macOS disable Firefox default browser prompt non-interactively

I am trying to configure Firefox on macOS to not prompt the user to make it the default browser. I am using the following script to create the profile and set the user p… (читать ещё)

I am trying to configure Firefox on macOS to not prompt the user to make it the default browser.

I am using the following script to create the profile and set the user preferences after installing Firefox by copying `Firefox.app` from the downloaded DMG: ```

  1. !/bin/sh

open -a Firefox.app --args -CreateProfile default sleep 1

write_userpref() { USER=$(whoami) PROFILE=$(ls -1 "/Users/${USER}/Library/Application Support/Firefox/Profiles/" | grep -E "\.default$") cat << EOF > "/Users/${USER}/Library/Application Support/Firefox/Profiles/${PROFILE}/user.js" // mandatory comment? user_pref("app.update.auto", false); user_pref("app.update.disable_button.showUpdateHistory", false); user_pref("app.update.enabled", false); user_pref("breakpad.reportURL", ""); user_pref("browser.newtabpage.activity-stream.feeds.topsites", false); user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false); user_pref("browser.tabs.crashReporting.sendReport", false); user_pref("browser.discovery.enabled", false); user_pref("browser.defaultbrowser.notificationbar", false); user_pref("browser.shell.checkDefaultBrowser", false); user_pref("browser.shell.didSkipDefaultBrowserCheckOnFirstRun", false); user_pref("browser.shell.skipDefaultBrowserCheckOnFirstRun", true); user_pref("browser.newtabpage.enabled", false); user_pref("experiments.enabled", false); user_pref("extensions.pocket.enabled", false); user_pref("toolkit.telemetry.enabled", false); user_pref("update_notifications.enabled", false); EOF }

write_userpref

open -a Firefox.app --args -new-tab -P default "about:blank" sleep 3 osascript -e 'quit app "Firefox"' sleep 2

open -a Firefox.app --args -P default about:blank ```

Here's the behaviour I'm seeing:

  1. Firefox starts to an `about:blank` tab, however there is a second "Firefox Privacy Notice" tab
  2. AppleScript quits Firefox
  3. Firefox starts to an `about:blank` tab, however it is now prompting me to make it the default browser

I do not want Firefox to prompt the user to become the default browser.

My ideal scenario is that Firefox starts without the "Firefox Privacy Notice" tab and without prompting me to make it the default browser. From the observed behaviour, this doesn't seem possible.

Can anyone tell me how I can accomplish this without user interaction or MDM?

Задан hal.martin 6 дней назад

Дан ответ hal.martin 6 дней назад

  • Решено

Firefox Android Notification Bitwarden

I keep getting these notifications, and because they relate to Bitwarden" I'm very reluctant to just click on the "accept" button in the message because of the possibilit… (читать ещё)

I keep getting these notifications, and because they relate to Bitwarden" I'm very reluctant to just click on the "accept" button in the message because of the possibility of a scam and the exposure it may create.

Is the notification genuine? How do I know? How can I update Firefox settings to achieve the same result without responding to the notification?

Bit paranoid I accept, but better careful than having regrets! Thks

Задан Mildred PC 1 неделю назад

Дан ответ Mildred PC 4 дня назад

  • Решено

How do YouTube recommendations identify my Firefox?

The story is when I accidentally clicked on a sick video, YouTube start to recommend me similar sick videos. So my question is how does YouTube get my identity? I'm no… (читать ещё)

The story is when I accidentally clicked on a sick video, YouTube start to recommend me similar sick videos.

So my question is how does YouTube get my identity?

I'm not logged in. my profile is actually a snapshot, so when I restart Firefox, it go back to the snapshot. I even restarted my ISP router to get a new IP address. This did not work.

Only when I create a new profile with "firefox -P" does YouTube start to see me as a new person.

So how does YouTube identify my Firefox profile? I don't think it's in the https request headers. Weird.

Задан hi210 3 недели назад

Дан ответ Paul 3 недели назад

  • Решено

Correct syntax for privacy.fingerprintingProtection.granularOverrides?

Hello, I am trying to force two or three websites to detect my timezone as UTC, even though my local system time is not UTC. I figured out how to do this with ALL sites … (читать ещё)

Hello,

I am trying to force two or three websites to detect my timezone as UTC, even though my local system time is not UTC. I figured out how to do this with ALL sites by setting privacy.fingerprintingProtection to "true" and entering "+JSDateTimeUTC" in privacy.fingerprintingProtection.overrides in about:config.

Now according to docs, privacy.fingerprintingProtection.granularOverrides "can be used to add or remove features on a domain granular level if privacy.fingerprintingProtection is enabled," but I can't figure out how to get it working.

Any input is appreciated.

Задан RSizington 2 недели назад

Дан ответ jscher2000 - Support Volunteer 2 недели назад

  • Решено

Opening Firefox with a password without setting up Firefox sync

I simply want to use a password to open Firefox. I don't want to set up Firefox sync. How can I set up a simple password as permission to open Firefox without accessing s… (читать ещё)

I simply want to use a password to open Firefox. I don't want to set up Firefox sync. How can I set up a simple password as permission to open Firefox without accessing sync?

Задан exodu 3 недели назад

Дан ответ cor-el 3 недели назад

  • Решено

Is there a way to turn off tracking URL fragment insertion from the release notes page when clicking "What's New" in the Firefox update modal?

Is there a way to turn off tracking URL fragment insertion from the release notes page when clicking "What's New" in the Firefox update modal? When I click "What's New" … (читать ещё)

Is there a way to turn off tracking URL fragment insertion from the release notes page when clicking "What's New" in the Firefox update modal?

When I click "What's New" in this modal (see Screenshot 1), it loads the release notes page for my current version (although it really should load the release notes page for the version it wants me to upgrade to, but that's another issue altogether), and inserts a bunch of tracking URI fragments onto the URL (see Screenshot 2).

Is there a way (in Settings, about:config, Windows Registry, etc.) to disable that fragment insertion?

Задан Tyler 1 неделю назад

Дан ответ jscher2000 - Support Volunteer 1 неделю назад

  • Решено

Outgoing settings?

'Sending of the message failed. Unable to authenticate to Outgoing server (SMTP) mail.btinternet.com. Please check the password and verify the 'Authentication method' in… (читать ещё)

'Sending of the message failed. Unable to authenticate to Outgoing server (SMTP) mail.btinternet.com. Please check the password and verify the 'Authentication method' in 'Account Settings | Outgoing server (SMTP)'.

Hello

I have been using Thunderbird as my email service and not had this before. Yesterday, I had to change my password for emails with BT. I changed it on Thunderbird too but now I am receiving emails OK on Thunderbird it is refusing to send any for me and shows the above message. I can send OK from my web based BT email but prefer Thunderbird.

I haven't a clue what I need to do to solve this.

Can you please help? Please tell me is very simple steps I'm not very computer savvy.

Thank you

Задан tylex.polystyrene 2 недели назад

Дан ответ Toad-Hall 2 недели назад

  • Решено

Having issues with Thunderbird not retaining mail account and password

I am having issues with Thunderbird not retaining my email server and passwords. Each time I want to send an email, it prompts me for the password and then tells me that … (читать ещё)

I am having issues with Thunderbird not retaining my email server and passwords. Each time I want to send an email, it prompts me for the password and then tells me that the email address and server don't match. I have tried numerous times to correct this, but it doesn't hold the information. It also switches the server info between accounts. I have 3 different email account and sometimes only one works correctly

Задан tasman27 2 недели назад

Дан ответ sfhowes 2 недели назад

  • Решено

Save one autofill entry for usernames across all sites?

I have a unique annoyance wherein I use a considerably long email address for many sites. I've gotten tired of typing it out whenever it comes up and wish for it to be pr… (читать ещё)

I have a unique annoyance wherein I use a considerably long email address for many sites. I've gotten tired of typing it out whenever it comes up and wish for it to be preserved as an autofill across all sites so I no longer have to, similar to how your phone may suggest your email address in autocomplete.

Unfortunately, as far as I can tell, you can only manually add autofills for specific sites and with password attached. So my question is, is there a way to make the address be a suggested autofill on username/email address boxes across all sites?

(not interested in having form history saved, just want this one specific form entry)

Задан ballakoala 3 недели назад

Дан ответ cor-el 3 недели назад

  • Решено

LookOut (fix version)

LookOut (fix version) Add-on working with Thunderbird 115.9 - My question is: "Do I have to worry about installing it and giving it access?"

Задан jasna.kespret1 1 месяц назад

Дан ответ Matt 1 месяц назад

  • Решено

Security Concerns: Saved forms (across VMs) and password (after clearing all history).

v155.9.1esr Debian 12 I'm testing different Debian 12 on multiple VMs, it came to my surprise to see that my VPN hash I used on a website the day before was saved by Fir… (читать ещё)

v155.9.1esr Debian 12

I'm testing different Debian 12 on multiple VMs, it came to my surprise to see that my VPN hash I used on a website the day before was saved by Firefox on the new VM.

The Sync was on but then which one saved my form (hash)?

  1. Numbered list item Logins & Passwords ? note: The hash was not a login but a form. If Firefox saves all the form, you should explicitly rename Logins by any forms/inputs.
  2. Numbered list item History? note: I hope this is only URLs.

If Firefox is savings "forms" (input fields) not just "logins" then it should be explicitly written. Is it an expected behavior?

Задан debvmtesting 1 месяц назад

Дан ответ cor-el 1 месяц назад

  • Решено

cannot enable payment methid auto-fill in Firefox

hello, I've been trying to follow Firefox's official guide in the docs and ready 3rd party articles in order to enable payment method auto-fill in Firefox. however, this … (читать ещё)

hello, I've been trying to follow Firefox's official guide in the docs and ready 3rd party articles in order to enable payment method auto-fill in Firefox. however, this section seems to be missing from my settings page.

under Privacy and Security, I cannot find anything to do with saved payment methods or the checkbox to enable payment method auto-fill.

how can I resolve it?

Задан YOTAM GUTTMAN 1 месяц назад

Дан ответ TyDraniu 1 месяц назад

  • Решено

Disable "Block dangerous downloads" has no effect

Hi, Before Firefox's Version 125.0.1 (64-bit) latest update I could download any file from my safe office environment, behind firewalls, VPN, ... Now despite of uncheckin… (читать ещё)

Hi, Before Firefox's Version 125.0.1 (64-bit) latest update I could download any file from my safe office environment, behind firewalls, VPN, ... Now despite of unchecking the "Block dangerous downloads" I'm still unable to download files. I have Windows 10 on my laptop.

Here are the steps: Click on a file, Save "File not downloaded. Potential security risk." Click on the message - Allow download The result is a file with content "HTTP Status 405 – Method Not Allowed".

Please help me to work the downloading again. I am aware of the safety but I want to switch off this feature.

Thanks in advance for help, Tibor

Задан Tibor Ágoston 1 месяц назад

Дан ответ cor-el 1 месяц назад

  • Решено

Openpgp: inline or s/mime encryption

I have imported a public key in my openpgp key-management/ In my settings of the end -to-end keys: preference of key technology: choose auto the key technology by the ava… (читать ещё)

I have imported a public key in my openpgp key-management/ In my settings of the end -to-end keys: preference of key technology: choose auto the key technology by the available keys. I have read openpgp standard supports inline en s/mime encryption but what is used by thunderbird when I choose openpgp as key encryption when i type/send an email (w/o attachment by myself). I ask it because my correspondent only decrypts inline encryption.

Задан Boerken2 3 недели назад

Дан ответ Kai Engert 3 недели назад