次のタグが付けられた質問を表示: すべての質問を表示

FireFox can't login to Spotify and can't post anything on Reddit

previously FireFox was able to login Spotify normally, and was able to post comments on Reddit, but suddenly it lost both abilities, and with the extreme lag on other sit… (続きを読む)

previously FireFox was able to login Spotify normally, and was able to post comments on Reddit, but suddenly it lost both abilities, and with the extreme lag on other sites, although still functional, i can't understand why these both sites can't be logged into, or can't post any comments in them. it has been this case for the past month. so what's going on? i'm NOT going back to Chromium based browsers ever again! i am in FireFox for a permanent replacement!

thanks in advance.

5 か月前 に Mustafa Shanti が質問

4 週間前 に Frank Brown最後の返信

Firefox opens up a second browser screen automatically when I am already in a website!

When I login to my main Firefox browser and then access a website within a short while the browser screen opens up again automatically. In other words, a second window w… (続きを読む)

When I login to my main Firefox browser and then access a website within a short while the browser screen opens up again automatically. In other words, a second window which is very irritating. How can I stop this from happening?

5 か月前 に graemesmith300653 が質問

1 か月前 に munrorod最後の返信

Youtube not showing full video title when hovering if tab is not focused

While hovering over a Youtube video it shows the full video title as "hover text" if the tab is focused. However, if something else, even another Firefox window is focuse… (続きを読む)

While hovering over a Youtube video it shows the full video title as "hover text" if the tab is focused. However, if something else, even another Firefox window is focused hovering no longer shows anything. Is there some kind of setting to change that? I figured it could be browser and Youtube specific because Chrome shows it on Youtube even when not focused, but neither browser shows it on Google search for example, but I'm not sure.

4 か月前 に tomipir2000 が質問

2 か月前 に cor-el最後の返信

Disqus Comments doesn't load if Browser Privacy set to Strict

TL;DR : Disqus comments used to work while using privacy Strict mode now it doesn't. After years of it working out of the get-go while using Strict mode up till rec… (続きを読む)

TL;DR : Disqus comments used to work while using privacy Strict mode now it doesn't.

After years of it working out of the get-go while using Strict mode up till recently (about a year ago this was really low on my priority list) refused to work I though it was my Ad blocker was causing issues but after setting it in the filters to allow and even after turning it off still no dice.

Removed all add-ons tried again still Disqus comment section refused to load in the websites I regularly visit. So after giving up, I just look around in the browser setting to see if there is anything that may cause conflict with certain scripts from running.

5 か月前 に ianjay.tt が質問

2 か月前 に skierpage最後の返信

error message www.bbc.com. PR_END_OF_FILE_ERROR Error code: PR_END_OF_FILE_ERROR

For the past couple of months I have been getting the message www.bbc.com. PR_END_OF_FILE_ERROR Error code: PR_END_OF_FILE_ERROR when loading pages on www.bbc.com websi… (続きを読む)

For the past couple of months I have been getting the message www.bbc.com. PR_END_OF_FILE_ERROR

Error code: PR_END_OF_FILE_ERROR when loading pages on www.bbc.com website. I have done a search on the internet and it seems this is a common problem with Firefox and does not affect othere browesers. I have done what was advice given online but it does not solve the problem. It is getting so bad I may have to start using one of the other browsers even though I prefare Firefox.

5 か月前 に Brian Beesley が質問

2 か月前 に g.l.sanders最後の返信

Comments do not load

On a couple of sites (e.g. Petapixel) when I click "Load Comments", nothing happens. I suspect this may be because Firefox security is preventing comments from loading b… (続きを読む)

On a couple of sites (e.g. Petapixel) when I click "Load Comments", nothing happens. I suspect this may be because Firefox security is preventing comments from loading because of site tracking or other security issues. Is this the cause?

5 か月前 に dclark が質問

2 か月前 に jscher2000 - Support Volunteer最後の返信

Posting comments

Firefox will not allow my to post comments on Yahoo. I have no issues with Chrome or Safari. I get the following error message: Your comment failed to publish. Retry … (続きを読む)

Firefox will not allow my to post comments on Yahoo. I have no issues with Chrome or Safari. I get the following error message: Your comment failed to publish. Retry

5 か月前 に V G が質問

2 か月前 に jscher2000 - Support Volunteer最後の返信

Firefox randomly moves address bar suggestions around

Hi everyone, I'm used to typing one or two letters into the address bar and then the down arrow to access the same handful of websites every day. A few weeks ago, Firefo… (続きを読む)

Hi everyone,

I'm used to typing one or two letters into the address bar and then the down arrow to access the same handful of websites every day. A few weeks ago, Firefox started randomly moving these around so that the same letters that have always made it open the same URL now opens a different URL and I have to actually search the suggestions. How can this annoying behaviour be fixed?

(a few months ago, the address bar wouldn't delete entries, but this problem vanished as mysteriously as it appeared)

FF version 122.0.1 (64-bit), Windows 10

5 か月前 に agwien が質問

2 か月前 に jscher2000 - Support Volunteer最後の返信

Issue getting Firefox to launch for the first time, directly to a clicked link, without start page/default browser prompt

We are deploying Firefox installed via the v122 binary on Ubuntu 22.04.4 Server w/ubuntu-desktop-minimal --no-install-recommends (we need to have no-user-interaction inst… (続きを読む)

We are deploying Firefox installed via the v122 binary on Ubuntu 22.04.4 Server w/ubuntu-desktop-minimal --no-install-recommends (we need to have no-user-interaction install). We are using an Ansible playbook to copy over and unarchive the tarball, then create a firefox/distribution folder in the install directory and copying a profiles.json file to said folder, links the install directory to the /usr/bin/local directory, and setting firefox.desktop as the system default browser.

Using the instructions from: https://mozilla.github.io/policy-templates/

What we are hoping to accomplish is the user who has never launched Firefox will click on a link in an application, which will launch Firefox and go directly to the requested page. As it stands right now, the first time a user clicks the link, it launches firefox and shows a start page. The user must then close this window, and click the link again. This brings up a "Use Firefox as the default browser" prompt, which the user must accept, but then does not display the link. The third time the user clicks the link, the requested page pops up, and works from this time out.

We would like to have this be a one-click experience for the user. Looking at the options in about:config after getting firefox to launch, it appears firefox is not getting the options from the profiles.json file. Are we missing something about placement of this file? Missing some lines? Should we be using AutoConfig instead? Thank you for any assistance!

{

   "policies": {
       "Homepage": {
           "StartPage": "none"
       },
       "Preferences": {
           "browser.shell.checkDefaultBrowser": {
               "Value": false,
               "Status": "default",
               "Type": "boolean"
           },
           "browser.shell.skipDefaultBrowserCheckOnFirstRun": {
               "Value": true,
               "Status": "default",
               "Type": "boolean"
           },
           "browser.startup.homepage_override.mstone": {
               "Value": "ignore",
               "Status": "default",
               "Type": "string"
           }
       },
       "PopupBlocking": {
           "Default": false
       },
       "DontCheckDefaultBrowser": true,
       "OverrideFirstRunPage": "",
       "OverridePostUpdatePage": ""
   }

}

3 か月前 に JuniorDevOps が質問

3 か月前 に Mike Kaply最後の返信

Blocked pages

When I try to access my payment preferences page on xfinity.com, the page goes blank and it appears that it is being blocked. I can't figure out how to unblock it. I had … (続きを読む)

When I try to access my payment preferences page on xfinity.com, the page goes blank and it appears that it is being blocked. I can't figure out how to unblock it. I had to use Microsoft Edge to access the page to change my information. Can you please assist?

6 か月前 に Neil が質問

3 か月前 に jonzn4SUSE最後の返信

can't upload attachments

I am no longer able to add attachments to gmail or upload images or attachments to websites. When I click on the attachment icon or upload button, my finder window does n… (続きを読む)

I am no longer able to add attachments to gmail or upload images or attachments to websites. When I click on the attachment icon or upload button, my finder window does not open. However, it works in other browsers. How can I fix this?

5 か月前 に core.empowerment が質問

3 か月前 に zeroknight最後の返信

Hold-Key-To_Repeat function (and other keyboard oddities) in Gmail and Discover.com

When composing emails in Gmail holding down a (any) key does not activate key repeating. Also, the there are irregularities when using discover.com in Ver. 124. When edi… (続きを読む)

When composing emails in Gmail holding down a (any) key does not activate key repeating.

Also, the there are irregularities when using discover.com in Ver. 124. When editing my customer profile, keystrokes are not recognized. Nothing happens when typing. I also had difficulty signing-in; this may be coincidental.

Things tried: (1) A different keyboard. Same results. (2) Firefox version 122. The key repeat function worked in Gmail. I could edit my profile at discover.com. (3) Uninstalled and reinstalled ver. 124. All problems persisted. (4) Ran Ver. 124 in troubleshooting mode. All problems persisted. (5) Launched newly downloaded versions of both 122 and 124 (from command line) and ran them simultaneously. The problems persisted in 124 (troubleshooting mode), but 122 worked well. I used two different keyboards with no difference noticed. (6) Downloaded and ran Chromium. All worked well.

4 か月前 に H P Ladds が質問

4 か月前 に Terrance_h最後の返信

Norton Safe Search

My default search engine was Norton Safe Search but now it does not appear as one of the options to choose. I cannot remember all of them. Bing and Google are two of them… (続きを読む)

My default search engine was Norton Safe Search but now it does not appear as one of the options to choose. I cannot remember all of them. Bing and Google are two of them but not Norton Safe Search although I have been able to add it to the toolbar. Why is it no longer one of the options?

4 か月前 に ju.col が質問

4 か月前 に jscher2000 - Support Volunteer最後の返信

Youtube acting maliciously (at least sus) with Firefox

You may have heard about this, Youtube (and parent Google) have recently declared war on adblockers and non-Chrome browsers. I have reason to believe they have escalated… (続きを読む)

You may have heard about this, Youtube (and parent Google) have recently declared war on adblockers and non-Chrome browsers. I have reason to believe they have escalated that war to deliberately crash non-Chrome browsers, at least slowing them down to make them non-responsive.

In the past few days, browsing Youtube has caused my system to stop responding requiring a power cycle to clear the problem.

Has anyone else encountered this problem? Is this just a bad setting, or is Youtube acting as malicious as I believe them to be?

5 か月前 に WmRTaylor が質問

4 か月前 に mahnoor mahnoor最後の返信

Videos stutter

Hi, I have a problem with my firefox app. Everytime I play or skip a port of a video, it plays stuttering and return normal only If I rewind some second (if I pause it no… (続きを読む)

Hi, I have a problem with my firefox app. Everytime I play or skip a port of a video, it plays stuttering and return normal only If I rewind some second (if I pause it nothing change). Anyone knows why? Is there some way to solve this problem? I have deleted every data, cookies etc, every add-on and reinstalled the app but nothing changed. I also formatted every setting of my device but same result. Oh, also, this problem don't happen with other apps like gallery or chrome video (I hope bitrate doesn't cause problems).) .

5 か月前 に marianiiccolo が質問

4 か月前 に Axel最後の返信