Viser spørgsmål med mærkatet:

English

How to download the format in the main qa of the is sangu question regarding your to show the subjective other in the same line you can't be in the same direction. … (læs mere)

How to download the format in the main qa of the is sangu question regarding your to show the subjective other in the same line you can't be in the same direction.

Arkiveret 4 32

Corrupted PDF Downloads from Intranet sites after 125.0.1 Update

Prior to update 125.0.1 corporate intranet users could download PDF files from our Line of Business applications / Webpages. Today after the latest update the PDF files … (læs mere)

Prior to update 125.0.1 corporate intranet users could download PDF files from our Line of Business applications / Webpages. Today after the latest update the PDF files download but are corrupted. The site was added to the trusted webpage without improvement.

Adobe Acrobat Reader could not open ********.pdf because it is either not a supported file or because the file has been damaged

Løst Arkiveret 4 465

my computer updated and i lost firefox

My computer updated with no warning one night, and i lost all personalization and even everything stored in my firefox, the sign ins, passwords, bookmarks, all. is there… (læs mere)

My computer updated with no warning one night, and i lost all personalization and even everything stored in my firefox, the sign ins, passwords, bookmarks, all. is there a way for me to find all that was erased?

Arkiveret 4 100

Unable to download (trusted sites, Firefox apps/themes, anything)

For a week or better I have been unable to download anything through my Firefox browser, I have refreshed and uninstalled Firefox (I had to reinstall through another brow… (læs mere)

For a week or better I have been unable to download anything through my Firefox browser, I have refreshed and uninstalled Firefox (I had to reinstall through another browser) in an attempt to fix this issue to no avail. I cannot download from verified sites, nor am I able to download Firefox's own extensions or themes (when I attempt I get an error telling me to check my connection, screenshot included).

I would like to be able to use Firefox normally again, with the ability to download files and install my extensions restored.

Arkiveret 4 121

Themes & extension icons

I just installed Firefox on a new Windows 11 desktop computer. I ported my profiles over and it appears everything came over EXCEPT: - Themes aren't working. I've tried… (læs mere)

I just installed Firefox on a new Windows 11 desktop computer. I ported my profiles over and it appears everything came over EXCEPT: - Themes aren't working. I've tried switching them and they still don't display. The menu bar is black w/white letters; the toolbar is gray with white icons/letters. - My extension icons are there...sort of. If I hover over them I can see the tool tip but the icon doesn't appear on the toolbar which is light gray in color. I can live without the themes if I have to. Not so much the invisible extension icons. Any suggestions as to how I can get them to appear as they do on my Windows 10 desktop? Screen cap below. Cursor is hovered over the Undo Close Tab extension icon but where's the icon? Any suggestions as to how to troubleshoot this will be appreciated!!

Løst Arkiveret 4 316

Is there a way I can get my Add-Ons BACK after "upgrading" to a version that keeps Cloudflare happy?

I did an Upgrade to a version of Firefox that would bypass those "Your Browser Is Not Supported" messages that apparently come from "Cloud-flare." I figured [naievely!] … (læs mere)

I did an Upgrade to a version of Firefox that would bypass those "Your Browser Is Not Supported" messages that apparently come from "Cloud-flare." I figured [naievely!] that my addons would "port" to the upgrade. They didn't. Is there any way [e.g., a putative backup file, perhaps] that would allow this?

Thanks in advance...!

Please reply to --- The Gray Cat << tmc@att.net >>

Arkiveret 3 98

Download new version nag

I have been getting the "new version available, download now nag for over 2 weeks, and I have the latest version. Still get this issue repeatedly every day. Starting to b… (læs mere)

I have been getting the "new version available, download now nag for over 2 weeks, and I have the latest version. Still get this issue repeatedly every day. Starting to become an every hour nag to update and install latest version of Firefox. Refuse to use Microsoft Edge or Chrome, and will switch off Firefox too if not rectified.

Arkiveret 3 121

setting up Firefox on reset computer

I reset a computer, deleting all my files. I want to use, as I do elsewhere, Firefox as my browser. And though I signed into Firefox using my old credentials, none of my … (læs mere)

I reset a computer, deleting all my files. I want to use, as I do elsewhere, Firefox as my browser. And though I signed into Firefox using my old credentials, none of my bookmarks are there. How do I complete this setup?

Arkiveret 3 145

Outdated version of Firefox listed at >Installed Apps<

I always had one version of Firefox installed. I regularly update the software via Help >> About Still, after every update, I am getting multiple versions of Firefo… (læs mere)

I always had one version of Firefox installed. I regularly update the software via Help >> About Still, after every update, I am getting multiple versions of Firefox listed at [Settings/Installed Apps] and [Control Panel/Uninstall or remove apps] on my Win11 23H2 22631.3593 (screenshot attached).

In order to get rid of outdated items from the list, I need to reinstall Firefox completely, but the same thing is happening with every update of Firefox.

Is there a way to resolve this and why is this happening?

Arkiveret 3 59

Installation issue on Win 10

I have downloaded and installed Mozilla Firefox on a new computer through the Edge browser both from the Mozilla site and through the Microsoft store. The installation do… (læs mere)

I have downloaded and installed Mozilla Firefox on a new computer through the Edge browser both from the Mozilla site and through the Microsoft store. The installation downloads and installs as it should. Firefox has been selected as the default browser and everything appears as it should. When I open Firefox and type in an address, nothing populates. No site will open on the screen. When I open settings in Firefox, nothing opens. When I open history, it shows that I have been to the sites that I have loaded even though they haven't shown on the browser. I have completely uninstalled Firefox and reinstalled it with the same result. I have downloaded Opera browser and it installs correctly, I have downloaded and installed Firefox from Opera and had the same result. Any ideas?

Thanks, John

Løst Arkiveret 3 292

Installing root CA certificates

I'm stetting up a testing environment. It's a closed environment with no access to the Internet when it's in use. The environment is launched from AWS and consists of an… (læs mere)

I'm stetting up a testing environment. It's a closed environment with no access to the Internet when it's in use.

The environment is launched from AWS and consists of an Ubuntu 18 desktop and a Ubuntu Server running Apache. The desktop is able to successfully load the website, but with a cert error that the certificate isn't trusted.

When the Ubuntu Desktop launches, it has a fresh install of Firefox, and therefore all the directories in the users home folder are not yet setup for Firefox, including the database where the root CAs are stored.

I'm am able to add the Root CA certificate into the Firefox cert database AFTER the machine fully boots and I run Firefox for the first time. I'm using the 'certutil' package to do this. After I load Firefox, then add the root CA certificate using certutil, I'm able to load the website without error.

I need to add this certificate to the database with the startup shell script for the machine.

Any help is greatly appreciated. Here's the commands I'm using:

  1. copy the CA cert into firefox

export ffcerts=`ls /home/testuser/.mozilla/firefox/ | grep default-release` sudo certutil -A -n "testcert" -t "TC,," -i /home/testuser/certificates/testcertCA.pem -d sql:/home/testuser/.mozilla/firefox/$ffcerts

These commands work perfectly after Firefox is run for the first time. I've even tried adding 'Firefox' (with several different switches) into my startup script without success.

Løst Låst Arkiveret 3 1693

How to allow downloads of my photos from my phone

Not sure if this is a new 'feature' post-update but it's damn annoying. I was busily transferring some photos that I'd taken on my phone over to Firefox on my Mac. Wasn… (læs mere)

Not sure if this is a new 'feature' post-update but it's damn annoying. I was busily transferring some photos that I'd taken on my phone over to Firefox on my Mac. Wasn't until I went to find them on the Mac where they would normally be and couldn't find them. Bit of digging, opening up the Download 'history' on Firefox and saw "File not downloaded: possible security risk".

I can see that I can disable this 'feature' but it seems to be a global "allow". Is there any way I can tell Firefox to allow any downloads from my devices on my network yet warn for potentially insecure downloads from the web?

TIA

Løst Arkiveret 3 131

Firefox on a chromebook, tyring to install extensions for dashlane

I have a new chromebook (Lenova Duet 3) I can install and use Firefox. I have had Dashlane (password keeper) working fine with Firefox for years. The Dashlane extensions … (læs mere)

I have a new chromebook (Lenova Duet 3) I can install and use Firefox. I have had Dashlane (password keeper) working fine with Firefox for years. The Dashlane extensions work with Chrome, but I can't seem to get them to work with Frefox. The Chrome search engines choices are limited; ones that I never use with Firefox. Is there something in the Chromebook environment that limits firefox capabilities? (Am I looking for something that just is not possible?) Is there a work around? (Any Linux tricks?) I also have asked the same question of Dashlane, but have not heard back yet. My imperfect solution is use Chrome when it is a known website, and the password is recorded with Dashlane, and to use Firefox for new searches, where the choice of search engines is better.

Has anyone developed a search engine where there are no "sponsored" results. I understand that it would probably not be free.

Løst Arkiveret 3 190

I get bad request from the official Mozilla repo

I get bad request from the official Mozilla repo: Err:8 https://packages.mozilla.org/apt mozilla/main all Packages 400 Bad Request [IP: 34.160.78.70 443] Did the… (læs mere)

I get bad request from the official Mozilla repo: Err:8 https://packages.mozilla.org/apt mozilla/main all Packages

 400  Bad Request [IP: 34.160.78.70 443]

Did the URL change or smth?

Arkiveret 3 235

Firefox is not checking for updates and will not auto-update

For the past week, my browser does not auto-update. I have to download the update and re-download the browser. I went into the settings and found the update section and w… (læs mere)

For the past week, my browser does not auto-update. I have to download the update and re-download the browser.

I went into the settings and found the update section and when I clicked "Check for Updates", it kept saying "failed to check for updates". I tried with my proxy-settings on with VPN on, proxy-settings on with VPN off, proxy-settings off with VPN on, proxy-settings on, with VPN off.

This is in my personal laptop, where I am the only and admin profile.

My Firefox used to to auto-update but now it keeps saying I need to download the update, but my browser can't even tell if I have the most current version or not.

Løst Arkiveret 3 313