Showing questions tagged: اعرض كل الأسئلة
  • حُلّت

Playstation Can't Connect to the server

I am having issues signing in to the playstation store using firefox. It works on edge (although I have the same issue in ungoogled chromium). I have tried refreshing but… (read more)

I am having issues signing in to the playstation store using firefox. It works on edge (although I have the same issue in ungoogled chromium). I have tried refreshing but that didn't work. I uninstalled it and deleted all mozilla folders in appdata, then tried again without signing in to my mozilla account on a fresh install but i'm still having the issue. It might be a windows configuration issue because I don't see why this would work on edge but not on firefox. I've tried disabling all cookie and tracking protection features but I still have the same issue.

Asked by hts739 1 month ago

Answered by hts739 1 month ago

  • حُلّت

Tabs Unexpectedly Opening in New Windows in Full-Screen Mode on MacOS

Hi firefox community, I am using Firefox version 127.0.2 as my main browser on MacOS Sonoma 14.5. For the past few months, when using Firefox in Mac's full-screen mode, … (read more)

Hi firefox community,

I am using Firefox version 127.0.2 as my main browser on MacOS Sonoma 14.5. For the past few months, when using Firefox in Mac's full-screen mode, I've been experiencing an issue where one of the multiple open tabs unexpectedly displays in a separate window the moment I click on it.

This behavior didn't occur previously, and I believe it started happening about 3 months ago. It doesn't happen every time, but occurs a few times a day when I least expect it, making it difficult to identify the specific conditions that trigger it. I use a Magic Trackpad, and after switching to full-screen using the three-finger gesture, the moment I try to activate a specific tab, that tab alone displays as a separate window in full-screen mode.

Is it possible that a Firefox version update has changed this behavior? If this is a Firefox issue, is there a way to capture debug logs to have the developers investigate it?

Alternatively, if there's an option to prevent tabs from opening in new separate windows, that would be an effective workaround. Could you please let me know if such an option exists?

Best regards,

Asked by ate.fleeced05 2 months ago

Answered by cor-el 2 months ago

  • حُلّت

Syncing passwords

I have both Win7 and Win10 on separate drives. I have been migrating from 7 to 10. From all appearances Firefox on both OS's are sync'd. I have asked for my passwords to … (read more)

I have both Win7 and Win10 on separate drives. I have been migrating from 7 to 10. From all appearances Firefox on both OS's are sync'd. I have asked for my passwords to be sync'd, yet they have not migrated to Win 10. Bookmarks have so I know something is working. Any advice? Thanks Chris

Asked by chris654 2 months ago

Answered by chris654 2 months ago

  • حُلّت

Downloads fail immediately after starting from Google Drive.

I am having two problems, both related to downloading files only on Firefox, these issues don't occur on other browsers when downloading the same files. The first issue … (read more)

I am having two problems, both related to downloading files only on Firefox, these issues don't occur on other browsers when downloading the same files.

The first issue is that when downloading a file from Google Drive, the download always fails. It opens up a menu asking me where to save the file but the files name is "download" with no extension, when starting the download it will fail. In the images below you can see what it looks like. This happens with most files on Google Drive, usually those larger than 50MB (a VERY rough estimate). Both in the default tab and in the container tabs I use.

The second issue is very similar, when downloading a file, this time from anywhere on the web, when asking me where to save the file, the name of the download is a string of random letters and numbers with no extension. When starting the download it fails because the name is too long, after renaming it to something shorter it still fails. I don't really have any sites I can give as examples because this problem only occurs randomly.

For both problems I have tried attaching the correct filename and extension but it still fails.

Asked by MadaHaz 2 months ago

Answered by MadaHaz 1 month ago

  • مغلق

what does it mean browser not supported

duplicate of /questions/1451961 support forum thread. What does it mean browser not supported by the way I don't like reading so that's why I prefer to talk to a custom… (read more)

duplicate of /questions/1451961 support forum thread.

What does it mean browser not supported by the way I don't like reading so that's why I prefer to talk to a customer care representative

Asked by merrill-50 2 months ago

  • حُلّت

Be descriptive

metadata> <identifier>ARCHIVEIT-4887-2022082403-00000</identifier> <archiveit-account-id>350</archiveit-account-id> <archiveit-account-organ… (read more)

metadata> <identifier>ARCHIVEIT-4887-2022082403-00000</identifier> <archiveit-account-id>350</archiveit-account-id> <archiveit-account-organization-name>National Library of Medicine</archiveit-account-organization-name> <archiveit-collection-id>4887</archiveit-collection-id> <archiveit-collection-name>Global Health Events web archive</archiveit-collection-name> <archiveit-job-type>TEST_SAVED</archiveit-job-type> <collection>ArchiveIt-Collection-4887</collection> <contributor>Internet Archive</contributor> <creator>Archive-It</creator> <date>2022</date> <mediatype>web</mediatype> <scandate>20220816132743</scandate> <scanner>Internet Archive Python library 1.9.5</scanner> <sponsor>National Library of Medicine</sponsor> <title>Archive-It Crawl Data: Partner 350 Collection 4887 Crawl Job 1659828 Job Type TEST_SAVED Started 2022-08-16 13:27:32.788531</title> <collection>ArchiveIt-Partner-350</collection> <collection>archiveitpartners</collection> <collection>archiveitdigitalcollection</collection> <collection>web</collection> <uploader>archiveit-uploads@archive.org</uploader> <publicdate>2022-08-24 03:31:44</publicdate> <addeddate>2022-08-24 03:31:44</addeddate> <access-restricted-item>true</access-restricted-item> <imagecount>14385</imagecount> <firstfiledate>20220816132743</firstfiledate> <lastfiledate>20220816162548</lastfiledate> </metadata>

Asked by Aung Ko 2 months ago

Answered by Aung Ko 2 months ago

  • حُلّت

FF (latest version) not loading a local htm file

Hi, I have local saved html file which loads images from our security cams The html has only code like this <html> <head></head> <body> <scr… (read more)

Hi, I have local saved html file which loads images from our security cams The html has only code like this

<html>
<head></head>
	<body>
<script type="text/javascript">
  var height_array = new Array();
<script type="text/javascript">
  var height_array = new Array();
  var width_array = new Array();
  width_array[1] = 320;
  height_array[1] = 240;

<img src="http://192.168.2.2:78/livefeed?oid=1&size=640x480&t=" width="320" height="240" onload='setTimeout(function() {src = src.substring(0, (src.lastIndexOf("t=")+2))+(new Date()).getTime()}, 1000)' onerror='setTimeout(function() {src = src.substring(0, (src.lastIndexOf("t=")+2))+(new Date()).getTime()}, 5000)' alt='' />

<.../script....>

No matter what I change in the "normal" settings - Firefox is not loading the page at all.(file:///Users/drew/Downloads/CAM2.html)

In the left bottom corner it only shows "Performing a TLS Handshake with 192.168.2.2". And thats it. Every other browser is able to open the page and show the camera pictures, only Firefox not. Is there a easy fix for this?

Asked by Sascha 2 months ago

Answered by TyDraniu 2 months ago

  • حُلّت

I uninstalled Kaspersky and now I can't access gmail in firefox

I uninstalled Kaspersky, but when I try to access gmail through firefox, it shows that it is still trying to connect through some kaspersky address, ff.kis.v2.scr.kaspers… (read more)

I uninstalled Kaspersky, but when I try to access gmail through firefox, it shows that it is still trying to connect through some kaspersky address, ff.kis.v2.scr.kaspersky-labs.com, and it never loads. Kaspersky is no longer listed under my extensions, and I am not sure how to get this resolved so that I can access gmail again. Please help!

Asked by Sean Wheeler 1 month ago

Answered by Sean Wheeler 1 month ago

  • حُلّت

Session backups

Is there a way to make backups of my session every 30 for example? The sessionstore-backups folder only saves the last session... I'd to have it saved often and not autom… (read more)

Is there a way to make backups of my session every 30 for example? The sessionstore-backups folder only saves the last session... I'd to have it saved often and not automatically deleted.

Asked by alinadeica 1 month ago

Answered by alinadeica 1 month ago

  • حُلّت

When links open firefox none of my saved items -- passwords, add-ons, etc. -- are availabe;l.

When I receive an email that has a link FIrefox opens without any of my settings. This also happens with Firefox pop-ups, which indicate I don't hae certain products, su… (read more)

When I receive an email that has a link FIrefox opens without any of my settings. This also happens with Firefox pop-ups, which indicate I don't hae certain products, such as Web Advisor, even though I do.

I guess he first question is why a new iteration of Firefox is opened when I already have it running.

Asked by crl4242 2 months ago

Answered by TechHorse 1 month ago

  • حُلّت

Firefox 128.0

Problem loading images on Home Depot website. It happens when you want detailed images of a product. This is not just one linux distribution. Its many of them. In the cas… (read more)

Problem loading images on Home Depot website. It happens when you want detailed images of a product. This is not just one linux distribution. Its many of them. In the case of Ubuntu same problem with Snap version. Whether .deb or Snap doesn't matter.

I've got a test machine with 10 ssd's in it. I switched over to Ubuntu 24.04 that I installed/configured several months ago. Before updating I checked Firefox. It was version 125. No problems with Home Depot. Updated system. Firefox updated to 128.0. Home Depot wouldn't load images anymore. Did all the usual stuff like disabling a couple of extensions. There are only two. Adblock Plus and Weather. Other than that no changes to Firefox that would be a problem.

I've got Google Chrome installed on these machines too. Home Depot no problem. Images of product load and display fine.

I don't order much on Home Depot so using Google Chrome is not a problem for me. But it is annoying and I know I'm not the only one. Seen it posted in a few forums with no resolution. Also, I have not had any problems with Amazon or Lowes website.They are similar in that they display detailed images of each product. I'm not implying that Home Depot is the only one. Just that its the only one I have discovered. If I recall correctly 127.x may have been where it started. The general images of many products don't seem to be a problem.

Thanks, Gerald

Asked by gerald100 1 month ago

Answered by gerald100 1 month ago

  • حُلّت

Downloading attachment in Outlook doesn't ask me where to store it

Regular download works fine, but when I try to download attachment in outlook.live.com website, it didn't ask me where to store it, but simply places it in my default loc… (read more)

Regular download works fine, but when I try to download attachment in outlook.live.com website, it didn't ask me where to store it, but simply places it in my default location, while at the same time opening the attachment even though I only want to download the file.

Asked by WaReMoN 1 month ago

Answered by WaReMoN 1 month ago