Вы просматриваете вопросы с метками:

Разлогинивание на сайтах при закрытии браузера

Здравствуйте, у меня возникла проблема: пользуюсь браузером с компьютера, в какой то момент , каждый раз при закрытии окна все аккаунты на всех сайтах разлогиниваются. Пр… (читать ещё)

Здравствуйте, у меня возникла проблема: пользуюсь браузером с компьютера, в какой то момент , каждый раз при закрытии окна все аккаунты на всех сайтах разлогиниваются. Приходится каждый раз везде снова авторизоваться. В чем может быть проблема? Где то капался в настройках, разрешал сохранение cookies но это так и не помогло, может быть я просто не все места нашёл и не везде передвинул бегунки.... Вроде в некоторых браузерах бывает такая настройка, специальная. Если она есть в фаер фоксе - скажите, пожалуйста, как её отключить? Если её нет - подскажите какие ещё могут быть варианты?

Пожалуйста дайте ответ с конкретными путями действий , или со скриншотами

Архивировано 1 180

Most Google tools are unusable because the content appears completely black.

Hello, For a few days now I've been unable to use Google tools via Firefox (I can't tell if this is due to an update or not). As soon as a document (usually an editable o… (читать ещё)

Hello,

For a few days now I've been unable to use Google tools via Firefox (I can't tell if this is due to an update or not).

As soon as a document (usually an editable or navigable area) is opened on the page, it appears completely black. Interactions work correctly at first glance (it's possible to click, write, interact with content that isn't displayed. The problem seems to be purely visual.

I've encountered the problem in all Google Sheet or Docs documents (including when I'm making a new one) and on Google Maps, regardless of location (in the case of Google maps, a notable point is that the map is displayed and then turns black after one or two seconds).

I don't have this problem on another browser, I have it in PM.

Do you have any ideas on how to find the cause and fix the problem?

Have a nice day!

Решён Архивировано 4 2634

Firefox navigator

Is there somebody to answer my questions please? For a first site, it is impossible to have the PDF document when clicking the button. For a second, when I click to the "… (читать ещё)

Is there somebody to answer my questions please? For a first site, it is impossible to have the PDF document when clicking the button. For a second, when I click to the "buy tickets" button, it doesn't work. What's wrong with the Firefox navigator????????????? Thank you.

Архивировано 1 30

I think Mozilla Firefox and Microsoft Windows have run off together.

Since the last update, 133 at least I believe that is the last update, I CANNOT LOG INTO Firefox for my PC. I have always used Firefox as my Primary Account therefore, on… (читать ещё)

Since the last update, 133 at least I believe that is the last update, I CANNOT LOG INTO Firefox for my PC. I have always used Firefox as my Primary Account therefore, once I have logged into Firefox I then log into my other programs such as Outlook.Live.com. Yes, I know that is a MS program. When I say I cannot log into Firefox.com this is what I mean. I click on the Firefox ICON in my task tray and Firefox appears only because I am NOT logged into Firefox. Then I am asked to Download Firefox for my PC. Of course, I know it is already downloaded and depending on the day I will receive a message saying Firefox is already downloaded or it may download it again. No matter my decision, I rarely have an opportunity to log in, unless I use a round-about way of going through Microsoft. Most of the time the application menu does not appear and when it does appear, and if Firefox allows me to use my credentials to log in, then I wait and wait and wait and the only thing that happens is NOTHING. I'm left staring at a blank screen. Since I've always used Firefox as my PRIMARY, after logging into it I then log in or open other programs I use such as Outlook.Live.com (yes, I know that is a MS program). After years of using Firefox I have never had to look at a blank screen and when I'm lucky enough to see the log in, I attempt to log into Outlook. But, I haven't seen Outlook in weeks. I have to use a round-about way of logging into Microsoft to log into Outlook, sometimes that works and sometimes it doesn't work. It's as though Microsoft and Firefox have found a way to merge their programming. As you may imagine it takes me over an hour to use the programs I need. 'AND, here is the icing on the cake. Mozilla Firefox no longer monitors Trend Micro Security which I have used at least 15 years. At one time, Firefox did monitor TM as an add-on but no longer, and when I checked to see the latest update you were showing, it is obvious you are not keeping up with TM's many updates. I have received some very strange messages from websites I previously log into on a daily basis, such as Grammarly and Pocket and have been redirected to a Microsoft page indicating I owe money, which I DON'T so that was another waste of my time clearing that up. Now, I have gone days without logging into my PC out of sheer frustration. I don't know what else to do and now I'm not protected with a Security Program although I do update and run it everyday. Yes, I am aware of Microsoft's firewall but I'm not sure how well that is working since my PC is now out-of-date. I suppose I could start a Go Fund Me page to earn enough money to buy a new computer...lol I desperately need help. BUT, I CANNOT understand your computer talk, I need things explained to me in everyday language. I hope this makes some sense. Rhonda Caywood

Архивировано 1 90

Firefox doesn't start after installation of amdgpu driver

Hi, I have a laptop with an AMD Ryzen 7 8845HS CPU, including a Radeon 780M iGPU, running Ubuntu 24.04. In order to fully utilize the GPU by supporting OpenCL acceleratio… (читать ещё)

Hi,

I have a laptop with an AMD Ryzen 7 8845HS CPU, including a Radeon 780M iGPU, running Ubuntu 24.04. In order to fully utilize the GPU by supporting OpenCL acceleration I installed the additional drivers by: `sudo amdgpu-install --usecase=graphics,multimedia,opencl --opencl=rocr --opengl=mesa`

After that programs which benefit from OpenCL acceleration recognize the GPU, however firefox starts crashing with the following error msg:

XPCOMGlueLoad error for file /usr/lib/firefox/libmozgtk.so: libwayland-client.so.0: failed to map segment from shared object Couldn't load XPCOM.

It seems that the AMD GPU drivers registered their libraries in `/etc/ld.so.conf.d` as 10-rocm-opencl.conf, 20-amdgpu.conf which means that libraries within the given folders are found first.

This applies to the libwayland-client library, which is used by `/usr/lib/firefox/libmozgtk.s`:

ldd /usr/lib/firefox/libmozgtk.so | grep amd libwayland-client.so.0 => /opt/amdgpu/lib/x86_64-linux-gnu/libwayland-client.so.0 (0x00007013767bf000)

Interestingly the same `libmozgtk.so` library is used by thunderbird:

ldd /usr/lib/thunderbird/libmozgtk.so | rg -i amd libwayland-client.so.0 => /opt/amdgpu/lib/x86_64-linux-gnu/libwayland-client.so.0 (0x00007d44b0f41000)

However thunderbird just works fine, so I expect that there might be something wrong with firefox utilizing this library.

Maybe I should also mention, that I'm not even using wayland as desktop compositor, but good old x11:

echo $XDG_SESSION_TYPE x11

Is there any way to further debug this issue?

Архивировано 2 180

Server Not Found issues

Hey all. I am having some connection issues with my secondary comp. Firefox 132.0.2 I recently moved and am getting my home office set back up. Nothing was changed during… (читать ещё)

Hey all. I am having some connection issues with my secondary comp. Firefox 132.0.2

I recently moved and am getting my home office set back up. Nothing was changed during the move other than shutting down, unhooking everything and setting it back up at the new home. My secondary comp is used for live streaming various TV channels, Youtube, live radio broadcasts etc. Youtube, Google and Gmail loads and works fine. Several of the TV channels load the page but will not stream. Rumble, the two radio stations I listen to and our website host access page all give me the Server Not Found screen. It also fails to update Firefox. Also, my Thunderbird will not download new emails. Now here is the weird part. I can go to all of these sites on my main comp and everything loads and works fine. Any ideas? I have tried changing different settings but nothing makes any difference. I even disabled the firewall.

Thanks.

Архивировано 1 50

AirPods and Firefox

Having issues with my Bluetooth AirPods and sound in Firefox. The problem being there is no sound when the device is connected and watching a YouTube video for instance.… (читать ещё)

Having issues with my Bluetooth AirPods and sound in Firefox. The problem being there is no sound when the device is connected and watching a YouTube video for instance. Things went wonky after the recent update to 133.0.3. At first there was no sound period. Then somehow, not even sure how, I saw that Firefox was muted in Windows (11 Pro) settings. That's a mystery unto itself since I'd never previously gone to that area. Now that I have volume through external speakers working, audio through AirPods doesn't. Everything works fine using Edge and audio from music. I know the device is connected and when that is, it's the default for where sound comes from. Used the test thing and yup there is audio. Is there something I'm missing? There must be but I can't figure out what it is. Hopefully someone reading this can point me in the right direction of resolving this issue. Thank you in advance.

Архивировано 6 140

True Key extension by McAfee

The True Key extension from McAfee cannot be installed on Firefox. I have the latest updated version of Firefox 133.0.1 64 bit on my desktop Dell computer running Windows… (читать ещё)

The True Key extension from McAfee cannot be installed on Firefox. I have the latest updated version of Firefox 133.0.1 64 bit on my desktop Dell computer running Windows 11 Pro. When I try to install the True Key extension, a message pops up advising me that the extension cannot be installed due to a Firefox policy violation. I have reported the issue to McAfee for their action. Photo of the pop up message is attached.

Архивировано 3 420

Partially displaying iframe in Firefox Browser

Hello, I am now seeing a problem displaying an Iframe with Firefox Browser 137.0.1 (64-bit). It appears but in a reduced form (about ten lines of a spreadsheet) without o… (читать ещё)

Hello, I am now seeing a problem displaying an Iframe with Firefox Browser 137.0.1 (64-bit). It appears but in a reduced form (about ten lines of a spreadsheet) without occupying the entire size of the Iframe. This problem did not exist previously in previous versions of Firefox. Please let me know if there is a solution. Other browsers display this Iframe correctly.

Архивировано 3 387

Severe issues with email system after last Windows 11 upgrade, if I click on content it creates endless tabs of that content in in Firefox, other strange issues with email, help!

I'm using Windows Live Mail 2012 (which yes is pretty old) and one of the problems manifests itself in Firefox so let me describe this, I'm asking here because I don't th… (читать ещё)

I'm using Windows Live Mail 2012 (which yes is pretty old) and one of the problems manifests itself in Firefox so let me describe this, I'm asking here because I don't think Microsoft ever supports anything any more so yes I'm grasping at straws but here goes. If I click on an email preview in my email client it proceeds to try and open that content in an almost infinite set of windows. If instead I click on a web link in that content it proceeds to attempt to open an almost infinite number of tabs of copies of this content in Firefox, I'm not saying this is the fault of the browser but it's a weird problem. Finally if I try and open the website that I need to use to manage the memory usage of this limited memory cable provider email account, the website no longer processes that correctly either so after a short time I will run out of memory entirely and lose usage of the account so you can see why solving this is an urgent matter for me. (I already contacted the cable provider tech support and their considered opinion was I ought to pound sand since they no longer provide email accounts any more for anyone. I have a peculiar feeling that one possible answer involves doing complex editing in the Registry, I think I'd rather back out the update (although MSC wil probably just overwrite it again in 6 months anyway) but I guess either would be acceptable, I'm just wondering how come I'm the only person in the known universe who has seen this weird issue?

Архивировано 1 100

Youtube interface horribly laggy/not accepting input.

I have had this issue for a couple weeks now with youtube. When running in a private tab it will frequently not accept input for something like 10 seconds at a time. Play… (читать ещё)

I have had this issue for a couple weeks now with youtube. When running in a private tab it will frequently not accept input for something like 10 seconds at a time. Playback works totally fine, no real stuttering or lag in the video, but pressing pause will generally take significant time to actually pause. This is true of all other inputs including keyboard commands, clicking on links, right click, etc. It seems to have a rolling window where inputs are accepted because if I wait for clicking play to work I can also quickly change the volume or right click a link. It'll even accept the input if I'm in a different window (like if I hit play then click over to my second monitor). This doesn't seem to happen in a normal window, only private. All other firefox tabs work totally fine with none of this lag, nor do I see any other issues on my computer. I haven't noticed any spikes in hardware usage nor am I using anywhere near all of my PC's resources.

I'm only running 2 extensions I think would interfere here (ublock origin and enhancer for youtube) and I've tried running with them disabled to no effect. All my extensions are up to date, as are my browser and OS, this has persisted through restarts (though it seems to take some time to come into effect after a restart). I've tried disabling hardware acceleration and clearing the cache.

So yeah, no idea what's wrong. It's not like unusable, just really annoying. Thanks to anyone that helps.

Архивировано 1 70

"SHOW ALL HISTORY" problem

Firefox is no longer saving all my history. OR, I can't find it. I can't find it because: HISTORY/SHOW ALL HISTORY is now only showing "today". This occurred … (читать ещё)

Firefox is no longer saving all my history. OR, I can't find it. I can't find it because: HISTORY/SHOW ALL HISTORY is now only showing "today". This occurred with v133, but I do not know if it occurred with any given update. I updated to 134.0.1. That did not fix problem. I have not tried regressing.

In the past, I was able to save YEARS of history (although I sometimes created a new profile to restart the history file due to its size).

1. I was using the "DYNAMIC HISTORY" addon, which worked fine for years. When I found Firefox was showing only the current days' history, I disabled that addon. Didn't fix anything.

2. "Delete cookies and site data when Firefox is closed" option IS NOT SELECTED. NEVER HAS BEEN

3. OTHER SETTINGS: no - Always use private browsing mode yes - Remember browsing and download history yes - Remember search and form history NO - Clear history when Firefox closes

any suggestions or help would be greatly appreciated. I am also baffled: googling this problem comes up empty handed.


.

Решён Архивировано 1 250

Unable to log in to "trusted" web sites with Firefox.

Hello, Thanks in advance for your help. I am having trouble logging into "trusted" web sites with Firefox and every update seems to add to my problem. By "trusted" web si… (читать ещё)

Hello, Thanks in advance for your help. I am having trouble logging into "trusted" web sites with Firefox and every update seems to add to my problem. By "trusted" web sites I mean sites like Charles Schwab, Spectrum and iCloud as well as my city's water department and my local hospital's portal. It doesn't matter whether I use "normal" Firefox or its privacy mode or safe mode-the problem persists. I am running Firefox version 134.0.2 but the problem goes back several months. I have Windows 10 and use Malwarebytes Browser Guard. The only other add on I use is Print Friendly & PDF. It doesn't matter whether these addons are running or not. The problem seems to involve either a loop, blank fields or very odd error messages. Some examples are below:

iCloud allows me to get to the point where it asks me to supply the 6 digit verification code. I enter the code and the site loads. Approximately 2 seconds later, before I can navigate to anything in iCloud, I am taken back to the log in screen to start over. The loops repeat as often as I want to try. Clearing cache and history does nothing. Since there is nothing abnormal (no error message or blank fields) I have not included a screen shot.

Spectrum allows me to enter my credentials waits a while and then gives me an odd error message about Feature Unavailable and suggests that I try logging in from home. I might add that all of these problems occur while I AM at home. Screen shot attached.

Charles Schwab allows me to get to the log in screen but the screen is unusable. There is a message that the session has timed out and I need to log in. The log in sections of the screen are blank which leads me to believe that the page is not loading all the way but that is a guess. Screen shot is attached.

I can log into all these pages with Edge (which I dislike using) with no problems at all.

I have Firefox set to automatically delete cookies and site data when closed. Privacy is set to Standard.

I would really appreciate any help that you can give me. Please note that the screen shots are BMP files that I had to rename to GIF files to get them to upload.

Thanks again,

Charley

Архивировано 11 199

Firefox: Reader View shows the wrong text

In some pages, redaer view shows the wrong text -- it looks like it picks up text from a hyperlink. An example is this page: https://www.britannica.com/biography/Pee… (читать ещё)

In some pages, redaer view shows the wrong text -- it looks like it picks up text from a hyperlink. An example is this page:

    https://www.britannica.com/biography/Pee-Wee-Russell

where Reader View shows the text from:

    https://www.britannica.com/art/clarinet

(which is linked inside).

I am using Firefox 134.0 on MacOS (Sequoia 15.2)

Решён Архивировано 4 270

problem with deviant art password

This is what I got from the folks at deviantart.com 'S (DeviantArt) March 12, 2025 12:03 PM (UTC-07:00) Hey! Thanks for reaching out. It appears that there has been an u… (читать ещё)

This is what I got from the folks at deviantart.com

'S (DeviantArt) March 12, 2025 12:03 PM (UTC-07:00) Hey!

Thanks for reaching out.

It appears that there has been an update with the Firefox browser that may be affecting your autofill for logging in to different websites.

Please reach back out if you have any other questions that we can assist you with.

Best, S | DeviantArt'

Now, it seems to ONLY affect deviantart.com I can't get past entering my user name and when I do, by actually typing in my user name, it says the password is bad.

NOW, If I type over what shows as my user name, then it allows me to get to the password, if I type the password in over the dots, it lets me in.


Microsoft Edge works just fine with the saved passwords.


BUT I prefer to use Firefox Browser for nearly everything.

Архивировано 4 20

Opening PDFs automatically with Firefox and, without any changes I might make, saving them with the download function in Firefox, actually ruins the functionality and data entry function of that file

Opening PDFs automatically with Firefox and, without any changes I might make, saving them with the download function in Firefox, actually ruins the functionality and dat… (читать ещё)

Opening PDFs automatically with Firefox and, without any changes I might make, saving them with the download function in Firefox, actually ruins the functionality and data entry function of that file. Specifically this happens with PDF files downloaded from the (not all that amusing) PDFs from the FINCEN, (US Financial Crimes Enforcement Network). I do not see why and how Firefox thinks it is allowed to change files that are simply downloaded and saved on Firefox.

In other words, it seems that Firefox strips away certain "permissions" and/or "functions" (like built-in lookup, menu or choice boxes). This means that the file so downloaded via Firefox can no longer be used to properly fill in data, or to look up and choose data items within the file. (I see many times that ANYTHING having to do with "permissions" tends to be an intractable and unsolvable problem for software makers & experts, so, if you do not know right away how to solve the problem, it will probably take you several years to figure this out.)

The PDF in question is created by a government agency. If you have ever dealt with a government agency, then you know that they act sort of like Adobe or Microsoft: "They don't respond, or they do respond & say they do not understand, and if they understand, they are either unwilling or unable to fix the problem."

If there is a switch or option within Firefox, which lets me tell Firefox "Save this file exactly like it is received, nothing added or removed!", that would be nice. I just have not found such an option yet, and it would be nice if it might get provided someday.

I will share my browser data, but I am sort of convinced that a detailed question like mine will not be addressed within that shared data.

Архивировано -1 120

I clicked on a vendor link with a email on Outlook webmail and was refused a connection.

Hello, I clicked on a vendor link with a email on Outlook webmail and was refused a connection. Not even given a choice to bypass it. This is a reputable vendor associa… (читать ещё)

Hello, I clicked on a vendor link with a email on Outlook webmail and was refused a connection. Not even given a choice to bypass it. This is a reputable vendor associated with my professional work. Please let me know a work around for this browser behavior.

Regards, Fred Flickinger

Архивировано 1 209

issue with logging in using google.

I was able to login using my google acc some time ago but now when i try to login using google, it wont and just keeps buffering. this happens on every website i am tryin… (читать ещё)

I was able to login using my google acc some time ago but now when i try to login using google, it wont and just keeps buffering. this happens on every website i am trying to login using google.But when doing so on Chrome it works fine.

Архивировано 3 130

Why won't Firefox load my Yahoo mail accounts?

Firefox will not load my Yahoo mail accounts. Keep getting an error message: "Somethings gone Wrong". I have no problem loading the Yahoo mail accounts through my Microso… (читать ещё)

Firefox will not load my Yahoo mail accounts. Keep getting an error message: "Somethings gone Wrong". I have no problem loading the Yahoo mail accounts through my Microsoft account. Very frustrating, may have to abandon Firefox.


Something's gone wrong We may be having trouble with your connection. Connecting your device to Wi-Fi could help fix the issue or try again later. If you were using an app, close this page. Otherwise, start over. Legal policy center Privacy policy Terms of use Accessibility Your privacy choices ©2025 AT&T Intellectual Property. All rights reserved.

Архивировано 2 150