Zobrazenie otázok označených: Zobraziť všetky otázky

An error occurred during a connection to login.acg.aaa.com

Unable to login to my AAA account from my PC though I can with no issues on my android phone. security.tls.version.max is set to 4 SSL Report: login.acg.aaa.com (104.68… (ďalšie informácie)

Unable to login to my AAA account from my PC though I can with no issues on my android phone.

security.tls.version.max is set to 4

SSL Report: login.acg.aaa.com (104.68.100.81) shows A+ rating - https://www.ssllabs.com/ssltest/analyze.html?d=login.acg.aaa.com

Please help.

Otázku položil(a) re5pect77 Pred 30 minútami

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… (ďalšie informácie)

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?

Otázku položil(a) hal.martin Pred 3 hodinami

Posledná odpoveď od hal.martin Pred 3 hodinami

Last update 126.0

After the last Firefox update: - i was logged out of my mozilla account; - i was logged out of my Facebook account; - i was logged out of my bluesky account; - i was log… (ďalšie informácie)

After the last Firefox update: - i was logged out of my mozilla account; - i was logged out of my Facebook account; - i was logged out of my bluesky account; - i was logged out of my Facebook account; - my Instagram account is suspended;

yesterday morning all of these were logged-in and working fine.

Had to work for 30 minutes to re-log-in. And I cannot reactivate Instagram, I contacted support, nothing yet.

Otázku položil(a) massmedia314 Pred 12 hodinami

Posledná odpoveď od jscher2000 - Support Volunteer Pred 4 hodinami

Case 145005

Good afternoon, If necessary, I am available to add more information about this case (145005), in English or Portuguese. Best regards, Ana Patrícia Paquete Visual Des… (ďalšie informácie)

Good afternoon,

If necessary, I am available to add more information about this case (145005), in English or Portuguese.

Best regards,


Ana Patrícia Paquete Visual Designer

Otázku položil(a) Ana Patrícia Paquete Pred 1 dňom

Posledná odpoveď od jscher2000 - Support Volunteer Pred 1 dňom

Firefox deb package - Apparmor profile

Hello, I administer a small fleet of Ubuntu desktops. For a variety of reasons we avoid using Canonical's Snap package version of Firefox. Currently the fleet is using … (ďalšie informácie)

Hello, I administer a small fleet of Ubuntu desktops. For a variety of reasons we avoid using Canonical's Snap package version of Firefox.

Currently the fleet is using Firefox installed from the Mozilla Team PPA repo. However that repo can be incredibly slow and after reading about the new Firefox deb packages [1] from the Mozilla APT repository we would like to move to them. The problem is that these packages lack Apparmor profiles, so unfortunately my security team won't let me use them.

Would it be possible to add Apparmor profiles to these packages please? They would need to be applied only when an OS has Apparmor enabled, which may not be the default for Debian.

Thank you!

[1]: https://blog.mozilla.org/en/products/4-reasons-to-try-mozillas-new-firefox-linux-package-for-ubuntu-and-debian-derivatives/

Otázku položil(a) Partially_Anonymous Pred 1 dňom

Accidentally disabled pop ups on site

I accidentally ticked the "don't allow [site] to show new windows" (I'm browsing in Spanish, forgive me if this isn't how it's written) box and now one of the functions o… (ďalšie informácie)

I accidentally ticked the "don't allow [site] to show new windows" (I'm browsing in Spanish, forgive me if this isn't how it's written) box and now one of the functions of the site stopped working because it requires the user to confirm their decision via the pop up window. I'd like to know how to revert this. I've given the site special permissions for pop ups and it hasn't worked.

Otázku položil(a) Hospitalier Pred 1 dňom

Posledná odpoveď od jscher2000 - Support Volunteer Pred 1 dňom

to turn off auto redirect

hi there, nowadays i am suffering a bad moment....because when i am trying to visit a website and trying to view an article the website automatically redirects to other s… (ďalšie informácie)

hi there, nowadays i am suffering a bad moment....because when i am trying to visit a website and trying to view an article the website automatically redirects to other sites,,,, and this is very disappointed..

so now i am asking for a solution to turn off auto redirect..

Otázku položil(a) Jibon Barman Pred 2 dňami

Firefox using FIDO2 security keys

I using kubuntu (ubuntu with kde) 22.04 and firefox will not recognize my security key. There is a really good thread on this here. It is now closed. https://support.m… (ďalšie informácie)

I using kubuntu (ubuntu with kde) 22.04 and firefox will not recognize my security key. There is a really good thread on this here. It is now closed.

https://support.mozilla.org/en-US/questions/1412073

One of the solutions is to install firefox from the mozilla server. On other forums, this is referred to removing snap and installing the debs. I haven't tried this.

Reading through the thread however, it seems like the snap version should work. The manufacurers id and product code for my Thetis FIDO2 usb key are present in the etc/udev/rules.d/70-snap.firefox.rules

This answer says to disable apparmor. I tried that, but it didn't work.

I have quoted this answer below.

This isn't actually a firefox problem. KDE Neon uses the firefox package from the Mozilla Team PPA and there's nothing wrong with that package. The problem is that Neon enables app armor on firefox which breaks access to password managers and security keys. sudo aa-disable usr.bin.firefox works around the problem by disabling app armor for firefox. aa-complain was not sufficient in this case.

Is there anything else I can try?

Otázku položil(a) oilhat Pred 2 dňami

Multi IP'S conmect to my pc, a kernal level driver installed, bitwarden password valut uploaded to a ip and way more.

I used Firefox Developer Edition and yesterday saw that a new extension released for using Chrome web api to search and duckduckgo as one and had to test it "DuckDuck Chr… (ďalšie informácie)

I used Firefox Developer Edition and yesterday saw that a new extension released for using Chrome web api to search and duckduckgo as one and had to test it "DuckDuck Chrome"... I have since had keneral level drivers registered, IP addres ls directly connecting, every one of my files scanned and index and still I'm getting logs for connections from the same IP's that were using kernal calls to bypass me seeing whats going on... at one point they did a lernal call and changed the requested package power.

There were enough things ran from 5am pst today till 4pm pst today I have exporting the log file for multiple hours and it only has a tray icon telling me it's still creating it as the context was to large to be seen or queried in the Event Viewer itself (error 1734).

Otázku položil(a) CodingCarson Pred 2 dňami

Blocking of strange site in Firefox by Malwarebytes

Malwarebytes www.malwarebytes.com -Log Details- Protection Event Date: 12/05/2024 Protection Event Time: 10:52 Log File: 0728216c-103d-11ef-bf81-74e6e24e33e7.json -Soft… (ďalšie informácie)

Malwarebytes www.malwarebytes.com

-Log Details- Protection Event Date: 12/05/2024 Protection Event Time: 10:52 Log File: 0728216c-103d-11ef-bf81-74e6e24e33e7.json

-Software Information- Version: 4.6.12.323 Components Version: 1.0.2309 Update Package Version: 1.0.84577 Licence: Premium

-System Information- OS: Windows 10 (Build 19045.4355) CPU: x64 File System: NTFS User: System

-Blocked Website Details- Malicious Website: 1 , C:\Program Files\Mozilla Firefox\firefox.exe, Blocked, -1, -1, 0.0.0, ,

-Website Data- Category: RiskWare Domain: zeewhaih.com IP Address: 139.45.197.245 Port: 80 Type: Outbound File: C:\Program Files\Mozilla Firefox\firefox.exe


(end)

Should I be worried about this?

Thank you Dave

Otázku položil(a) Dave Pred 3 dňami

Posledná odpoveď od jonzn4SUSE Pred 2 dňami

Primary Password issue

I am migrating to a new laptop. The new laptop keeps asking me for a primary password. I have never set one up. This issue doesn't happen on the old machine, only the new… (ďalšie informácie)

I am migrating to a new laptop. The new laptop keeps asking me for a primary password. I have never set one up. This issue doesn't happen on the old machine, only the new one. It also won't let me disable the pop-up that asks for the primary password. Please advise.

Otázku položil(a) Lisa Corricello-McDowell Pred 6 dňami

Posledná odpoveď od cor-el Pred 3 dňami

How to recover/save my history if I deleted my history

If I delete my history of the websites I go on is there a way to either restore it or store it some place else in case I want to see it at a future time? Can I also do it… (ďalšie informácie)

If I delete my history of the websites I go on is there a way to either restore it or store it some place else in case I want to see it at a future time? Can I also do it If I delete my emails and I would like to see certain emails, again in the future? I use mostly Yahoo and Gmail? I'm using Windows 10.

Thanks

Otázku položil(a) jkbania Pred 1 mesiacom

Posledná odpoveď od coldpaut Pred 3 dňami

DNS Over HTTPS - NS_ERROR_CONNECTION_REFUSED

Hi there! I'm trying to troubleshoot why firefox isn't connecting to my DNS over HTTPS instance running adguard home. Every other device (including another laptop) is ab… (ďalšie informácie)

Hi there!

I'm trying to troubleshoot why firefox isn't connecting to my DNS over HTTPS instance running adguard home. Every other device (including another laptop) is able to set the DNS over HTTPS and connect successfully - but my desktop PC instance gets NS_ERROR_CONNECTION_REFUSED. Despite multiple reboots, ipconfig /flushdns, release/renew, etc...

Even my android phone is able to connect to it using the "private dns" feature (uses port 853 instead of 443).

I've been able to verify https access to the DNS server and it's querying successfully. It's just this one instance it won't connect.

Otázku položil(a) Josh Menzel Pred 3 dňami

privacy browser being monitored message

When I pull up my settings, it states that my browser is being monitored by my organization. The problem is that my laptop is my private laptop and not connected to any … (ďalšie informácie)

When I pull up my settings, it states that my browser is being monitored by my organization. The problem is that my laptop is my private laptop and not connected to any organization, at least, not with my knowledge. When I click on the link associated with the message, it lists two policy names. One policy value is locked with the word true after it. The other policy value is unlocked with the word false after it. What do I do?

Otázku položil(a) melchizadek Pred 5 dňami

Firefox Home Page Problem and History

For some reason when I opened Firefox this morning, my Firefox home page did not have any of my shortcuts. They all disappeared. Please have a look at the image attached … (ďalšie informácie)

For some reason when I opened Firefox this morning, my Firefox home page did not have any of my shortcuts. They all disappeared. Please have a look at the image attached to see what I mean.

I spent almost the entire day searching up the issue on the Internet and trying different things but they all did not work.

Look forward to your reply.

Otázku položil(a) Julian Pred 5 dňami

When will the new version of Firefox fixing the PDF reader vulnerability be rolled out?

When will the new version of Firefox fixing the PDF reader vulnerability be rolled out? Unless there is some patch one needs to re-install a non-vulnerable version. htt… (ďalšie informácie)

When will the new version of Firefox fixing the PDF reader vulnerability be rolled out?

Unless there is some patch one needs to re-install a non-vulnerable version.

https://www.cisecurity.org/advisory/a-vulnerability-in-mozilla-pdfjs-could-allow-for-arbitrary-code-execution_2024-046

https://support.mozilla.org/en-US/questions/1333222

Otázku položil(a) a.morgulis Pred 6 dňami

Posledná odpoveď od jscher2000 - Support Volunteer Pred 5 dňami