Stie logins not working in Firefox, but work in Chrome

Firefox will not let me login to my Lowes.com or Hulu.com accounts. Enter UID and PW, then click login button and nothing. Both work fine on Chrome. Have cleared data f… (read more)

Firefox will not let me login to my Lowes.com or Hulu.com accounts. Enter UID and PW, then click login button and nothing. Both work fine on Chrome. Have cleared data for both sites. These both happened just recently. A week ago both worked fine.

Asked by wjstuff 2 weeks ago

Issues with Firefox and Facebook

I switched to Firefox from Chrome recently. When I attempted to login to Facebook using Firefox, I got a message that FB had deleted my account for violating community s… (read more)

I switched to Firefox from Chrome recently. When I attempted to login to Facebook using Firefox, I got a message that FB had deleted my account for violating community standards. However, my FB account is still active and accessible when I log in using Chrome. I deleted Firefox, then reinstalled it, but I still get the same message about FB on Firefox -- that my account has been deleted. Can anyone help?

Asked by A Cralidis 1 month ago

Firefox interaction with Windows Credential Manager

Is it normal that Firefox is trying to load the dll related to the Windows Credential Manager (vaultcli.dll) "firefox.exe loaded module vaultcli.dll" If so, what's the … (read more)

Is it normal that Firefox is trying to load the dll related to the Windows Credential Manager (vaultcli.dll)

"firefox.exe loaded module vaultcli.dll"

If so, what's the purpose of this interaction?

From the looks of it, Firefox is trying to access locally stored credentials using the Credentials Management API.

Asked by Carlo Santos 21 hours ago

Unable to synchronize containers

I have one Windows and one MacBook machine and Firefox on both. Both are signed in to my Mozilla account. On the Windows machine I have 5+ containers, these containers … (read more)

I have one Windows and one MacBook machine and Firefox on both. Both are signed in to my Mozilla account. On the Windows machine I have 5+ containers, these containers never sync to my MacBook Firefox. I have signed out of all machines, including an iPad and iPhone. Nothing has worked over multiple months. Note that at some time in the past the containers did sync.

The MacBook is on Sonoma 14.5, and FireFox 128.0. The Windows is Windows 10 Pro and FireFox 128.0.

Please help.

Asked by Blake Watts 2 months ago

Why is it asking for progress from the script that will apply it works fine on chrome and no progress is visible on firefox

Why is it asking for progress from the script that will apply it works fine on chrome and no progress is visible on firefox <div class="ossn-videos-add-button"> … (read more)

Why is it asking for progress from the script that will apply it works fine on chrome and no progress is visible on firefox

<div class="ossn-videos-add-button">
  <input type="file" name="ossnvideo[]" multiple class="hidden" id="add" accept="video/mp4" />
  <input type="hidden" id="mytext" name="mytext">
  <button type="button" id="ossn-videos-add-button-inner" class="btn btn-default"><i class="fa fa-copy"></i> <?php echo ossn_print('video:select'); ?></button>
  <div class="images"><i class="fa fa-video"></i> <span class="count">0</span></div>
</div>

<input type="submit" class="ossn-hidden" id="ossn-videos-submit" />

<img id="thumbnail" />
<div class="progress">
  <div class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%;">
    0%
  </div>
</div>

<script>
  var input = document.getElementById('add');
  var submitButton = document.getElementById('ossn-videos-submit');
  var img = document.getElementById('thumbnail');
  var progressBar = document.querySelector('.progress-bar');

  input.addEventListener('change', function (event) {
    var file = this.files[0];
    var url = URL.createObjectURL(file);

    if (file.type === 'video/mp4') {
      createThumbnail(url, img, file);
    } else {
      // Unsupported file type
      img.src = '';
      progressBar.style.width = '0%';
      progressBar.setAttribute('aria-valuenow', '0');
      progressBar.textContent = '0%';
    }
  });

  submitButton.addEventListener('click', function () {
    // Create a new FormData object
    var formData = new FormData();
    formData.append('ossnvideo[]', input.files[0]);
    formData.append('thumbnail', img.src); // Add the thumbnail to the form data

    // Create a new XMLHttpRequest object
    var xhr = new XMLHttpRequest();

    // Set up the progress event listener
    xhr.upload.addEventListener('progress', function (event) {
      if (event.lengthComputable) {
        var percentComplete = (event.loaded / event.total) * 100;
        progressBar.style.width = percentComplete + '%';
        progressBar.setAttribute('aria-valuenow', Math.round(percentComplete));
        progressBar.textContent = Math.round(percentComplete) + '%';
      }
    });

    // Set up the load event listener
    xhr.addEventListener('load', function () {
      if (xhr.status === 200) {
        console.log('File uploaded successfully');
      } else {
        console.error('Error uploading file');
      }
    });

    // Open the request and send the form data
    xhr.open('POST', 'your-upload-script.php', true);
    xhr.send(formData);
  });

  function createThumbnail(videoUrl, targetImg, file) {
    var video = document.createElement('video');
    video.preload = 'metadata';
    video.src = videoUrl;

    video.addEventListener('loadedmetadata', function () {
      var canvas = document.createElement('canvas');
      canvas.width = 150;
      canvas.height = 280;
      var context = canvas.getContext('2d');

      // Set the video's current time to the middle of the video
      video.currentTime = video.duration / 2;

      video.addEventListener('canplaythrough', function () {
        context.drawImage(video, 0, 0, canvas.width, canvas.height);
        targetImg.src = canvas.toDataURL('image/png', 0.8);
        document.getElementById("mytext").value = targetImg.src;
      });
    });
  }
</script>

Asked by Georgy Shindarov 2 months ago

Last reply by cor-el 2 months ago

Mozilla VPN

I have cancelled my subscription which you say you will return if I cancel within 30 days? Is that correct. Also I want to cancel the VPN on my desktop and phone now bu… (read more)

I have cancelled my subscription which you say you will return if I cancel within 30 days? Is that correct. Also I want to cancel the VPN on my desktop and phone now but I can't see how I can achieve this. I would be grateful for your help.

Thank you.

Asked by patricia.clements 2 months ago

Last reply by Paul 2 months ago

Why the difference

I have 2 laptops same make but different models. Both use Firefox and they are synced. Why has one a green tick but not the othr? - one image taken by snipping tool one b… (read more)

I have 2 laptops same make but different models. Both use Firefox and they are synced. Why has one a green tick but not the othr? - one image taken by snipping tool one by PRT SCR + Paint

Asked by George Brown 2 months ago

Last reply by George Brown 2 months ago

Firefox accounts cannot be linked with Google accounts for login.

The following content is translated using GPT machine translation. Dear Firefox team, I encountered a problem while using the Firefox Sync service. After registering an … (read more)

The following content is translated using GPT machine translation. Dear Firefox team,

I encountered a problem while using the Firefox Sync service. After registering an account with one of my email addresses, I tried to log into this account on another device, but it prompted me to register again. After following the instructions and registering, I found that both Firefox accounts are associated with the same email, but they cannot be linked together. Later, I tried using a different email address, but the same issue occurred. Finally, I attempted to log in with Google, only to discover that one of the devices does not have the option to log in with Google. I suspect this might be the reason why I cannot use Sync. The Firefox version on this device is 128.02, running on Win10.

Looking forward to your response. Wishing you a pleasant day.

Asked by Azuki (忘却的旋律) 2 months ago

Last reply by Azuki (忘却的旋律) 2 months ago

How do I recover data from another PC

Recently my PC has died from the hardware crash. So I've bought another PC and installed Firefox. While other browsers seem to nicely sync bookmarks and history from the … (read more)

Recently my PC has died from the hardware crash. So I've bought another PC and installed Firefox. While other browsers seem to nicely sync bookmarks and history from the previous PC, Firefox didn't do that although I have been logged into my Firefox account on both PCs and I can clearly see the other PC in devices using this account. What is the reason for that?

Asked by bohdanstupak8 2 months ago

Last reply by Paul 2 months ago

localhost https redirect

Can you (firefox dev team) team remove the fucking idiot features that auto my localhost domain to https? i typed 'localhost' and it's "https://localhost" i typed '127.0… (read more)

Can you (firefox dev team) team remove the fucking idiot features that auto my localhost domain to https? i typed 'localhost' and it's "https://localhost" i typed '127.0.0.1' and it's still "https:/127.0.0.1" i typed 'http://localhost' and it keep "https://localhost"

what the fucking idiot idea? i got that fucking isue over 2 years, through firefox and use chrome insteal, now i back with firefox but still got that fucking idiot thing?

Asked by Antoine G. Mai 1 month ago

Can't there by a 'System time doesn't match time server, no sync available' warning, instead of refusing to sync at all?

Because Microsoft's timeserver remains shit as ever (which is why if I install Windows I tend to sync up with nist.gov instead of windows.com, but this time I forgot to d… (read more)

Because Microsoft's timeserver remains shit as ever (which is why if I install Windows I tend to sync up with nist.gov instead of windows.com, but this time I forgot to do so), the time/date stamp didn't match up and Firefox absolutely refused to sync.

HOWEVER.... the only reason I found this out is because I checked about:sync-log and am able to correctly read those logs and the implication therein. Which, honestly, shouldn't be needed.

When I realized this I synced up with nist.gov, which solved the sync issue, but if you don't know about the state of the Windows time server and how drastically synced up in regarding the time you need to be for the Firefox sync to work, you're pretty much screwed.

Which is why I'd like to suggest a warning in regards to this, if the system notes a 'time de-sync' and tells you why syncing doesn't work. You shouldn't need (by the average citizen's standard) need intermediate or better computer knowledge skills to realize why the syncing doesn't work.

Asked by NLBen 2 months ago

Autocomplete disabled at Chase.com

Recently, Chase seems to have disabled autocomplete on their login pages (www.chase.com and secure.chase.com). Saved usernames and passwords no longer auto-populate. Ye… (read more)

Recently, Chase seems to have disabled autocomplete on their login pages (www.chase.com and secure.chase.com). Saved usernames and passwords no longer auto-populate. Yet, Chrome and Edge have been unaffected. Can anyone at Mozilla address this?

Asked by TIKD 2 months ago

Last reply by cor-el 2 months ago

  • Solved

duplication bug in the Firefox Sync feature.

When you check the image, you can see two "HOME" entries. This is an issue I discovered after uninstalling and reinstalling the Firefox browser and using Sync. HOME is m… (read more)

When you check the image, you can see two "HOME" entries. This is an issue I discovered after uninstalling and reinstalling the Firefox browser and using Sync.

HOME is my PC, and this image was screenshot on my laptop.

Additionally, the Sync for these HOME entries is not functioning properly. I tested this by opening several sites, and while Sync works well from my smartphone to my PC, it doesn't sync properly from my PC to my laptop.

Does anyone know how to solve this problem? I tried rebooting my PC, but it didn't work out.

Asked by Hevel 1 month ago

Answered by Hevel 1 month ago

MSIX Installer

I know from visiting other forums that updates to Firefox have been released, but MSIX is not installing them - or even notifying me, much less asking if I want to instal… (read more)

I know from visiting other forums that updates to Firefox have been released, but MSIX is not installing them - or even notifying me, much less asking if I want to install them. For example, Help > About Firefox shows that I am running V.129.0; yet I'm pretty sure that V.120.0.2 has been released.

Why? What can I do to ensure that I'm running the latest release?

I've restarted Firefox to see if that would work. It did not. I haven't rebooted to see if that works; but, even if it does, that seems to be a rather drastic effort to install a new version.

????

Asked by rabbit 1 month ago

Last reply by cor-el 1 month ago

cannot login into bits-acb.org

hi totally blind and using a screen reader jaws for windows from http://www.freedomscientific.com and a member of blind information technology specialists and trying to l… (read more)

hi totally blind and using a screen reader jaws for windows from http://www.freedomscientific.com and a member of blind information technology specialists and trying to login into my bits-acb.org account, ahve the correct user email and apsswrod, but keeps telling me that the password is incorrect. they use a word press site and word press login site. so can you help, a firefox bug and got firefox 129 on a hp pavillion laptop running windows 11 latest update and firefox 129 latest update, so this is a bug. can the support people fix this. frustrating, and then after about 10 tries then get locked out for 24 hours.

Asked by hunkinmarvin5 1 month ago