Hiển thị các câu hỏi được đánh dấu:

recent firefox update can no longer copy and paste when creating a blog post in Squarespace

recent firefox update can no longer copy and paste when creating a blog post in Squarespace, I have been using squarespace for around 15 years for my websites and I have … (xem thêm)

recent firefox update can no longer copy and paste when creating a blog post in Squarespace, I have been using squarespace for around 15 years for my websites and I have never seen this issue, Firefox 15.1 installed and all of a sudden when trying to create a blog post in Squarespace, when I right click a text box pop up and it no longer says paste so I can no longer copy and paste text - this is more than a little annoying, you will not be surprised to know that I am now using Chrome to create my posts, there is no issue in chrome. I am a firefox geek! how can i solve this problem, I just did another update from Firefox, the issue remains I have been using computers for 40 year so I am not a novice but software glitches, I am lost

Mở 21 346

various GUI elements crash the program if they are displayed more than once

Popup GUI elements if pulled up twice in quick succession spike my CPU usage and crash the program some examples: -menu bar menus -the menu button -context menus (website… (xem thêm)

Popup GUI elements if pulled up twice in quick succession spike my CPU usage and crash the program

some examples: -menu bar menus -the menu button -context menus (websites with their own context menus do not do this) -preview tooltips

I've tried disabling extensions, turning hardware acceleration off and on and disabling AI to no avail. Disabling the preview tooltips 'worked' but I'd prefer not to disable everything here. Are there any other settings that might help?

Mở 7 340

AI controls not available - I want to disable all AI

[article] This article claims there is an "AI Controls" section in Settings. This is not found in v 147.03 (up to date) for Mac. Please let me know how to disable all AI … (xem thêm)

[article] This article claims there is an "AI Controls" section in Settings. This is not found in v 147.03 (up to date) for Mac. Please let me know how to disable all AI in Firefox.

Mở 7 339

Change Mute Button in Tabs or Change Max Tab Size

The recent update changed how the mute button works in Firefox, before it would replace the icon and would show text and whatnot if it was muted or wanted to autoplay; no… (xem thêm)

The recent update changed how the mute button works in Firefox, before it would replace the icon and would show text and whatnot if it was muted or wanted to autoplay; now it just always shows the mute/unmute button in a tab playing audio. This would normally be fine but it is causing my tabs to constantly be shrinking and expanding whenever the audio changes in a tab, and it's really frustrating me and it feels like an overall far worse user interface design than it was before, even if people were complaining about it. Is there some sort of middle ground where I can set a maximum tab size or something? I know this used to be a feature in about:config but it doesn't exist anymore for some reason. I've also tried using a userChrome CSS code for it that I found online; it got rid of the button but it still made the tab size change and the code I tried using for maximum tab size also didn't affect that. Really starting to frustrate me! Please give me any advice I feel like I've exhausted all my options lol

Mở 2 338

free VPN

What are the step-to-step instructions in order to use Free VPN? (see attached image) I did a query on the web and it came back stating that Firefox VPN was not free. I… (xem thêm)

What are the step-to-step instructions in order to use Free VPN? (see attached image) I did a query on the web and it came back stating that Firefox VPN was not free. I am confused. Thank you for your prompt assistance.

Mở 12 336

How to log into 192.168.1.1 ?

If I try to log into my router at 192.168.1.1 I get a message that says "Warning: Potential Security Risk Ahead". I expect that, but when I click on the Advanced button i… (xem thêm)

If I try to log into my router at 192.168.1.1 I get a message that says "Warning: Potential Security Risk Ahead". I expect that, but when I click on the Advanced button it doesn't do anything. Works fine with Chrome, so not my router or anti-virus. ???

Windows 10 Firefox 148.0

Mở 5 329

Where is the DevTools feature located in the Firefox browser

Was researching cookie management techniques in GROC where AI suggested I go to the DevTools feature in the Firefox browser, go to the Application tab & expand cookie… (xem thêm)

Was researching cookie management techniques in GROC where AI suggested I go to the DevTools feature in the Firefox browser, go to the Application tab & expand cookies in the side toolbar. However, I’m unable to find DevTools

Mở 1 320

Locked out of old account, 2FA back up code is not working

Hi, please assist. My old Gmail account that I used to login is no longer working when I try to reset password. I don't have a 2FA push code (must have deleted this); how… (xem thêm)

Hi, please assist. My old Gmail account that I used to login is no longer working when I try to reset password. I don't have a 2FA push code (must have deleted this); however, I tried one of the 2FA backup codes which I do have (ten digit) to sync and access my old account and reset the password, but it is not working. None of the codes are working. Please help me reset and gain access to the account. Can you help me reset the password, and disable 2FA so I can get back in?

Best, Amritha

Mở 1 319

DOH appears to not resolve specific domains

I am using 140 ESR version on linux with Cloudflare's DNS over HTTPS and with DOH active for some reason resolving a domain like d3oklwo3y1bx83.cloudfront.net will resolv… (xem thêm)

I am using 140 ESR version on linux with Cloudflare's DNS over HTTPS and with DOH active for some reason resolving a domain like d3oklwo3y1bx83.cloudfront.net will resolve to local host IP 127.0.0.1.

I am using firefox about:networking#dnslookuptool to test resolution of the domain d3oklwo3y1bx83.cloudfront.net Both with DOH on and off the resolution remains local host. I tried another browser on the same workstation and I was able to receive a resolution of 13.225.193.203 13.225.193.133 13.225.193.64 13.225.193.58 Why is firefox ESR not able to resolve that domain? What are causes ?

Is is firefox dnslookuptool results.

Mở 4 310

How do I finish my setup?

I have finished my setup. But it keeps saying "finish setup" in the upper right corner of the browser. I have completed all the steps. I want to sync this desktop to my m… (xem thêm)

I have finished my setup. But it keeps saying "finish setup" in the upper right corner of the browser. I have completed all the steps. I want to sync this desktop to my mozilla account. What do I do?

Mở 4 308

Firefox multipart/form‑data upload stalls (0 bytes sent) to Next.js pages/api endpoint — works in Edge/Chromium

Summary: Uploading a file to a custom webapp with Chromium (Edge) works but consistently fails in Firefox. In Firefox the request is created, and times out. The server re… (xem thêm)

Summary: Uploading a file to a custom webapp with Chromium (Edge) works but consistently fails in Firefox. In Firefox the request is created, and times out. The server receives no file and logs “missing file.” The same webapp code is running on both Chromium and Firefox.

Environment:

  • Next.js app (pages/api route)
  • Endpoint: POST /api/file-upload
  • Client: fetch(url, { method: "POST", body: FormData, credentials: "include" })
  • Server: export const config = { api: { bodyParser: false } } + multipart parsing (formidable)
  • Edge/Chromium: Version 141.0.3537.85
  • Firefox Version 147.0.3 (64-bit)
  • OS: Ubuntu 22 / Linux

Steps to reproduce:

  1. Create a FormData object and append a local file:
  const fd = new FormData();
  fd.append("template", file, file.name);
  fetch(`/api/file-upload`, {
    method: "POST",
    body: fd,
  1. In Edge/Chrome, upload succeeds. Server receives multipart body and parses the file. Actual behavior in Firefox:
  • Transferred: 0 B
  • No response status/body
  • Client times out (Upload times out)
  • File upload request received
  • No bytes read server‑side.

Evidence:

  • Edge request logs:
    • content-type: multipart/form-data; boundary=----WebKitFormBoundary...
    • bytesRead ~1.69MB
  • Firefox request logs:
    • Transferred 0 B
    • File upload missing file field

Notes:

  • Client FormData is valid; we log file.name and file.size right before fetch.
  • There is a CSP report‑only warning (frame‑ancestors) when using a fallback iframe approach, but we are not using iframe in the failing case.

Question: Is there a known issue where Firefox blocks or fails to send and multipart/body can be stripped before it leaves the browser? Is there a recommended workaround that does not rely on browser sniffing?

Moderator note: This question has been edited to correct the formatting.

Mở 1 300

confirmation code

I can't sync my new device without confirmation code! The email with it is not coming to this address: [email removed]@inbox.ru. I need this information from you: Full S… (xem thêm)

I can't sync my new device without confirmation code! The email with it is not coming to this address: [email removed]@inbox.ru. I need this information from you: Full SMTP-log with ● Exact date and time of dispatch; ● Server response mxs.mail.ru; ● Correct sender and recipient addresses.

Mở 2 300

This profile was last used with a newer version of this application. Please create a new profile.

Mozilla made an update of my Firefox installation on my Win11 laptop. all my password disappeared as well as my history and bookmarks. I have now a virgin installation a… (xem thêm)

Mozilla made an update of my Firefox installation on my Win11 laptop. all my password disappeared as well as my history and bookmarks.

I have now a virgin installation and is starting from scratch.

Now I get this error message: "This profile was last used with a newer version of this application. Please create a new profile." I deleted met shortcut and I opened Firefox by using Windows search. Now I see 4 profiles! I think I do not need to create a new profile. Maybe delete 3 of them ? What to do ? And, how?

Mở 3 290

Problem loading page

The connection was reset The connection to the server was reset while the page was loading. The site could be temporarily unavailable or too busy. Try again in a few m… (xem thêm)

The connection was reset

The connection to the server was reset while the page was loading.

   The site could be temporarily unavailable or too busy. Try again in a few moments.
   If you are unable to load any pages, check your computer’s network connection.
   If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the web.

What can I do to resolve this problem.....Problem loading page

Mở 1 290

How to hide "Take a screenshot" and "Original Profile"

Hello. I have two questions about settings. 1. I want to hide the "Take Screenshot" option from the Firefox right-click menu. 2. I want to hide the "Original Profile" opt… (xem thêm)

Hello. I have two questions about settings. 1. I want to hide the "Take Screenshot" option from the Firefox right-click menu. 2. I want to hide the "Original Profile" option from the options that appear when you click the Firefox hamburger menu.

I'm asking about these two points. 1. I'm trying to hide the "Take Screenshot" option, but I couldn't find a solution even after searching. about:config ↓ extensions.screenshots.disabled ↓ From true to false ↓ Even restarting Firefox didn't hide the "Take Screenshot" option. 2. Regarding hiding the "Original Profile," I can't find any information about this option, so is it impossible to hide it? I'm asking about these two points.

Mở 13 290