Fragen mit folgendem Schlagwort anzeigen: Alle Fragen anzeigen
  • Gesperrt

Thunderbird cannot download my email from Att

Four days ago the Att server started to refuse my password (I assume that was it). After four changes of password, including in Thunderbird, the password keeps being re… (Lesen Sie mehr)

Four days ago the Att server started to refuse my password (I assume that was it). After four changes of password, including in Thunderbird, the password keeps being refused. Have exhausted several att agents who can't figure out why it doesn't work. One thought the server settings were correct.

Gefragt von mskinsey vor 6 Tagen

Letzte Antwort von Matt vor 4 Tagen

  • Gelöst

White border around all icons on websites

Websites look extremely ugly because of the white borders surrounding icons. I've tried using CSS code I found on Reddit from posts that - I think - are related to my iss… (Lesen Sie mehr)

Websites look extremely ugly because of the white borders surrounding icons. I've tried using CSS code I found on Reddit from posts that - I think - are related to my issue, but they proved fruitless.

What CSS/Setting do I have to disable to get rid of this?

Gefragt von Lesser_Sample vor 4 Tagen

Beantwortet von cor-el vor 4 Tagen

  • Gelöst

firefox 115.12esr slow to startup

Firefox 115.12esr slow to startup takes up to 10 second to load the first time now Firefox was fine in version 112.esr. to bad Firefox forces updates, even when the updat… (Lesen Sie mehr)

Firefox 115.12esr slow to startup takes up to 10 second to load the first time now Firefox was fine in version 112.esr. to bad Firefox forces updates, even when the update make Firefox worse. https://snipboard.io/QF0ERT.jpg of course it works faster without extensions, that does not mean anything. I would reinstall the older version but Mozilla fixed so we cannot. I do not have time to reinstall all the extension so I am left with a useless Firefox. To bad Firefox does not allow reinstall of extension automatically, a reset of Firefox would also make Firefox useless; I am at a loss to how to continue to support Mozilla and not switch to another browser?

Gefragt von alannsandiego vor 6 Tagen

Beantwortet von alannsandiego vor 4 Tagen

  • Gelöst

White boxes appearing on browser and screen

Hello! Started up Firefox today and these whited out boxes started appearing over my search bars and random part of the screen, such as the descriptions of different ar… (Lesen Sie mehr)

Hello!

Started up Firefox today and these whited out boxes started appearing over my search bars and random part of the screen, such as the descriptions of different articles on my home pages, extension and theme information in my settings, and different tabs (see pictures 1 and 2). The text is also white, making it almost impossible for me to see what I'm typing or selecting in the search bar (picture 3).

I've already tried some tips that I found on the forums such as changing the hardware accelerator, making sure my extensions and add-ons were up to date, etc. When I go into troubleshooting mode, the boxes disappear and Firefox functions normally, but when I tried turning off all my add-ons and themes on the regular browser, the problem still wasn't fixed. I did a full refresh of the browser, hoping that would help to reset whatever was causing the issue, but that didn't help either.

Any advice or troubleshooting tips would be greatly appreciated!

Gefragt von jayd8kit vor 5 Tagen

Beantwortet von cor-el vor 5 Tagen

  • Gelöst

Youtube playback performance has gone down June 2024

Over the past week or so, Youtube videos take a while to start, and will at times just stop and buffer. I turned off uBlock Origin for Youtube, and I have Youtube Premium… (Lesen Sie mehr)

Over the past week or so, Youtube videos take a while to start, and will at times just stop and buffer. I turned off uBlock Origin for Youtube, and I have Youtube Premium, but this issue is still happening. Ookla speed test is 569.32 Mbps download, and 23.50 Mbps upload. My Firefox is set to automatically update. Current version is 127.0.1

Gefragt von mikeyvsaul vor 5 Tagen

Beantwortet von mikeyvsaul vor 5 Tagen

  • Gelöst

Failed installations of latest update to Firefox (127.0.1)

Automatic update on my Windows 10 desktop of the the new update 127.0.1 resulted in a version of Firefox that worked more or less for some web sites but was unable to rea… (Lesen Sie mehr)

Automatic update on my Windows 10 desktop of the the new update 127.0.1 resulted in a version of Firefox that worked more or less for some web sites but was unable to reach others.'

Gefragt von angelor vor 5 Tagen

Beantwortet von angelor vor 5 Tagen

  • Gelöst

trr domains

Hi, I would like to know which version of Mozilla used this setting of network.trr.excluded-domains: 'sbl-xbl[.]spamhaus[.]org, localhost.that.never.exists'. The default … (Lesen Sie mehr)

Hi, I would like to know which version of Mozilla used this setting of network.trr.excluded-domains: 'sbl-xbl[.]spamhaus[.]org, localhost.that.never.exists'. The default is 'undefined' as I checked in 127.0.1 and the older 124. I also contacted support of extensions that I used, no evidence of both excluded domains. Can anyone help me? Thanks a lot \!o!/

Gefragt von \!o!/ vor 5 Tagen

Beantwortet von cor-el vor 5 Tagen

  • Gelöst

SDD Crash - How to port Mozilla Bookmarks sqlite file to new install

I had a crash on my SSD (WIn7 Ultimate) - " Operating system missing" error. I saved the data and want to reinstall Win 7 and import previous Bookmarks data to new instal… (Lesen Sie mehr)

I had a crash on my SSD (WIn7 Ultimate) - " Operating system missing" error. I saved the data and want to reinstall Win 7 and import previous Bookmarks data to new install of Moziilla Firefox.

I transferred the sqlite file (s88qn337.default) from the previous install (now non working system) to the existing working Firefox directory (C:/Users/My Name/AppData/Roaming/Firefox/Profiles/xxx.default.

I then renamed "default.XXX.old" (the previous install had only one file in the Profile directory - ie s88qn337.default)

When I try to open Mozilla Firefox, with the single file (s88qn337.default) in the Profile directory, I get the error "Can't find user data".

When I then open fresh install of Mozilla Firefox on working SSD (Win 7 Ultimate) and try to Import Bookmarks, the options are only "Import Bookmarks from Explorer" or "Import from html file".

How to resolve this problem, please?

Gefragt von pjcoomb vor 1 Woche

Beantwortet von pjcoomb vor 6 Tagen

  • Gelöst

Missing cookies

I have an issue with Firefox 127 not accepting a session cookie that I use for user authentication. I have an ASP.NET application with a login form that includes fields f… (Lesen Sie mehr)

I have an issue with Firefox 127 not accepting a session cookie that I use for user authentication. I have an ASP.NET application with a login form that includes fields for login and password, and a submit button. When the button is clicked, an HTTPS/POST request is sent to the server. The server responds and sends back a session cookie named .Cookie.Name with the parameter httpOnly set to true.

When I check in Firefox's Developer Tools under the Network tab, I can see .Cookie.Name in the server response. However, in the Developer Tools under the Storage tab, .Cookie.Name is missing, which prevents the user from logging in. This problem does not occur in other browsers like Chrome or Edge, nor does it occur in Firefox version 126. The configurations for Firefox 126 and 127 are identical.

Could you please assist with this issue?

Gefragt von LukaszRoki vor 1 Woche

Beantwortet von LukaszRoki vor 1 Woche

  • Gelöst

IFRAME is not displayed

Dear friends, I have Firefox Browser 127.0 (64-bit) installed. IFRAME is not displayed on some websites. Example: https://www.rollerfreunde-untermain.de/gaeste.htm Att… (Lesen Sie mehr)

Dear friends,

I have Firefox Browser 127.0 (64-bit) installed. IFRAME is not displayed on some websites.

Example: https://www.rollerfreunde-untermain.de/gaeste.htm

Attached you will find a screen shot.

Can anyone say why this is the case?

Kind regards Uwe

Gefragt von haller-mtl vor 6 Tagen

Beantwortet von TyDraniu vor 6 Tagen

  • Gelöst

How to disable Private Browsing Mode with Firefox Flatpak version

I'm trying to get my Firefox installation to permanently disable private browsing mode, however, all information I can find is for the Snap version of Firefox, and not fo… (Lesen Sie mehr)

I'm trying to get my Firefox installation to permanently disable private browsing mode, however, all information I can find is for the Snap version of Firefox, and not for the Flatpak version. How do I disable private browsing on my installation?

Gefragt von TGM vor 6 Tagen

Beantwortet von cor-el vor 6 Tagen

  • Gelöst

Deleting a Firefox Profile also deleted pretty much everything on my desktop, help please?

Hello, today I decided to create a new Firefox Profile. I set the directory of this profile to be my desktop, which is where I usually put things (downloads and such) by … (Lesen Sie mehr)

Hello, today I decided to create a new Firefox Profile. I set the directory of this profile to be my desktop, which is where I usually put things (downloads and such) by default. I thought it would create another folder there on the desktop and put everything inside that, but instead it put a bunch of junk on my desktop. No big deal, right, I can just delete the profile, and that other junk should also be deleted. Well, not only did deleting the Firefox profile delete the extra junk that was created while making the profile, it also, for some reason, has deleted about 90% of everything else on my desktop as well. There are now only a few seemingly random things left on the desktop, that it decided to spare for whatever reason.

Where did everything go? The recycle bin is empty.. Most of it was just shortcuts, not a big deal, but I did have a few folders with some rather important work that I would very much like to retrieve. Please tell me Firefox didn't just nuke my desktop, and that all of those things are now unrecoverable? Windows 7 64 bit

Thanks very much.

Gefragt von newmail0047 vor 6 Tagen

Beantwortet von cor-el vor 6 Tagen

  • Gelöst

Where to ask a question about att not downloading to my thunderbird?

I just asked a question about email not downloading to thunderbird and got an answer which I think meant that this was not the place to ask. I cannot find an open quest… (Lesen Sie mehr)

I just asked a question about email not downloading to thunderbird and got an answer which I think meant that this was not the place to ask. I cannot find an open question place in Thunderbird. Where can I get support?

Gefragt von mskinsey vor 6 Tagen

Beantwortet von James vor 6 Tagen

  • Gelöst

FIREFOX STOPPED WORKING

Firefox on Windows 10 desk top suddenly stopped working with error message XUL Runner Error. platform version 127.0.1 not compatible with Min version >= 127.0 Max ve… (Lesen Sie mehr)

Firefox on Windows 10 desk top suddenly stopped working with error message

XUL Runner Error. platform version 127.0.1 not compatible with Min version >= 127.0 Max version <=127.0

N.B. This is another machine - not this lap top

Please advise

Gefragt von tt1868tda vor 6 Tagen

Beantwortet von tt1868tda vor 6 Tagen

  • Gelöst

How to see synced content in another browser?

My workplace bans Firefox. It is not possible to install it in any way on any computer. I still use Firefox on all of my personal devices, and heavily utilize the Firefox… (Lesen Sie mehr)

My workplace bans Firefox. It is not possible to install it in any way on any computer. I still use Firefox on all of my personal devices, and heavily utilize the Firefox Sync to keep my Bookmarks in sync across devices. I need to be able to access my Firefox Bookmarks somehow from my work computer, so I can at least retrieve recently bookmarked items.

I am able to log in to my Firefox Account https://www.mozilla.org/en-US/account/ and see my Firefox account details, but this does not include any of my Sync data.

How can I access the contents of my Sync data? I do not even need it to be integrated into another browser, I just need to be able to access it somehow from a computer that is not able to have Firefox installed.

There is a similar question here https://support.mozilla.org/en-US/questions/1255784 which provides a non-functional non-answer which is not appropriate and does not work.

Gefragt von z2z vor 6 Tagen

Beantwortet von TyDraniu vor 6 Tagen

  • Gelöst

right click on tabs keeps showing me container

i just want to go back to how my right click worked before i hate this container feature and would like to just reopen my closed tabs with my right click i dont want to s… (Lesen Sie mehr)

i just want to go back to how my right click worked before i hate this container feature and would like to just reopen my closed tabs with my right click i dont want to see the container bs anymore.

Gefragt von gears5800 vor 6 Tagen

Beantwortet von gears5800 vor 6 Tagen

  • Gelöst

Blocker: Mozilla Firefox causes rows overlapping

Dear Support Team, After updating to last Mozilla Firefox version (126.0.1) all my ngx-datatable tables are overlapping all rows over the first one even if the entire he… (Lesen Sie mehr)

Dear Support Team,

After updating to last Mozilla Firefox version (126.0.1) all my ngx-datatable tables are overlapping all rows over the first one even if the entire height of the table is correct calculated.

This is a blocking point. I need assistance urgently.

Gefragt von Stefan Curiban vor 3 Wochen

Beantwortet von jscher2000 - Support Volunteer vor 3 Wochen

  • Gelöst

Cannot add Amazon search engine to search toolbar

I am using Firefox 126.0 under Windows 10. I am trying to add search engines to the search toolbar. (Just to be clear, this is the search box that appears below the addr… (Lesen Sie mehr)

I am using Firefox 126.0 under Windows 10.

I am trying to add search engines to the search toolbar. (Just to be clear, this is the search box that appears below the address bar, not the address bar itself.)

I followed the instructions here. That worked fine for Wikipedia, Google Maps and YouTube. Then I tried to add Amazon UK. The Amazon icon is now present in the search box, but when I select it, I see this message:

Firefox could not download the search plugin from: https://d2lo25i6d3q8zm.cloudfront.net/browser-plugins/AmazonSearchSuggestionsOSD.Firefox.xml

I have no idea what this means or what to do about it.

(I also tried adding it from Settings > Search > Search Shortcuts, but Amazon does not appear on that list of search engines [unlike on my other computer]. I clicked "Find more search engines", but that brought up a list of 5,192 extensions, most of which seemed not be related to searching.)

Thanks in advance for any help or suggestions.

Mike

Gefragt von Mike L vor 1 Woche

Beantwortet von cor-el vor 1 Woche