Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Ikhiyiwe
  • Okugcinwe kunqolobane

can't sign in to mozilla support

https://connect.mozilla.org/t5/user/ssoregistrationpage?dest_url=https:%2F%2Fconnect.mozilla.org%2F link from a message to me in my email. Can't sign in . Keeps asking… (funda kabanzi)

https://connect.mozilla.org/t5/user/ssoregistrationpage?dest_url=https:%2F%2Fconnect.mozilla.org%2F

link from a message to me in my email. Can't sign in . Keeps asking me to register and rejects my registered name. For the last couple years, intermittently.

Asked by metropical 1 unyaka odlule

Last reply by Paul 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Considering abandoning Google over Canadian news issue. What is Firefox stand on it?

I am considering abandoning Google browser because of the Canadian News issue they are opposing. Where does Firefox stand on this? Is there something I should be wary of … (funda kabanzi)

I am considering abandoning Google browser because of the Canadian News issue they are opposing. Where does Firefox stand on this? Is there something I should be wary of in making the switch from Google to Firefox?

Asked by Richard Szpin 1 unyaka odlule

Last reply by Paul 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

The requested URL was rejected. Please consult with your administrator. Your support ID is: 15199799165570062406

The requested URL was rejected. Please consult with your administrator. Your support ID is: 15199799165570062406 This is the site https://one.walmart.com/content/usone/… (funda kabanzi)

The requested URL was rejected. Please consult with your administrator.

Your support ID is: 15199799165570062406

This is the site https://one.walmart.com/content/usone/en_us/company.html this site I connect to for work related issues, I can use private browsing, but not the regular browsing.

Asked by Seekerkiller 2 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Just updated to version 115.0 on 7/4/23 and experiencing issues with videos and livestreams.

Recently had my FF update to version 115.0 automatically. With the update, watching videos on youtube is impossible. Videos show buffering but never play the video and do… (funda kabanzi)

Recently had my FF update to version 115.0 automatically. With the update, watching videos on youtube is impossible. Videos show buffering but never play the video and do not start even with skipping around. Same thing goes for live streams on twitch where the chats will load but not the actual stream. Other videos in news websites appear to be the same. Issue is not resolved in private browsing.

Asked by jgideon01.2019 1 unyaka odlule

Answered by jgideon01.2019 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Animation CSS on my web site doesn't work on firefox

Hello, I made animations CSS on my web site and everything was working great on all browsers. I just see that it doesn't work anymore only in firefox... here is my code:… (funda kabanzi)

Hello, I made animations CSS on my web site and everything was working great on all browsers. I just see that it doesn't work anymore only in firefox...

here is my code:


/* -------------------------------------- */ /* ANIMATION ANE */ @keyframes mouvement-uniforme {

   0% 		{ animation-timing-function: linear; transform: translateX(-500px); }
   100% 	{ animation-timing-function: linear; transform: translateX(30px); }

}

@-webkit-keyframes webkit-mouvement-uniforme { 0% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(30px ) translateY(-2px ) rotate(-2deg); } 2% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(60px ) translateY(2px ) rotate(2deg); } 4% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(90px ) translateY(-2px ) rotate(-2deg); } 6% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(120px ) translateY(2px ) rotate(2deg); } 8% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(150px ) translateY(-2px ) rotate(-2deg); } 10% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(180px ) translateY(2px ) rotate(2deg); } 12% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(210px ) translateY(0px ) rotate(-1deg); } 14% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(240px ) translateY(1px ) rotate(1deg); } 18% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(240px) translateY(2px ); } 24% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(1deg) translateX(240px) translateY(-2px ); } 28% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(240px) translateY(3px ); } 32% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(240px) translateY(-1px ); } 34% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(1deg) translateX(245px); } 36% { -webkit-animation-timing-function: linear; -webkit-transform: rotate(0deg) translateX(-2px); } 38% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-2px) translateY(2px ); } 40% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-245px); } 42% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-245px) rotate(1deg) translateY(-2px ); } 43% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(-245px) rotate(-3deg); } 100% { -webkit-animation-timing-function: linear; -webkit-transform: translateX(0px); } }


@-moz-keyframes moz-mouvement-uniforme { 0% { -moz-transform: translateX(30px ) translateY(-2px ) rotate(-2deg); } 2% { -moz-transform: translateX(60px ) translateY(2px ) rotate(2deg); } 4% { -moz-transform: translateX(90px ) translateY(-2px ) rotate(-2deg); } 6% { -moz-transform: translateX(120px ) translateY(2px ) rotate(2deg); } 8% { -moz-transform: translateX(150px ) translateY(-2px ) rotate(-2deg); } 10% { -moz-transform: translateX(180px ) translateY(2px ) rotate(2deg); } 12% { -moz-transform: translateX(210px ) translateY(0px ) rotate(-1deg); } 14% { -moz-transform: translateX(240px ) translateY(1px ) rotate(1deg); } 18% { -moz-transform: rotate(0deg) translateX(240px) translateY(2px ); } 24% { -moz-transform: rotate(1deg) translateX(240px) translateY(-2px ); } 28% { -moz-transform: rotate(0deg) translateX(240px) translateY(3px ); } 32% { -moz-transform: rotate(0deg) translateX(240px) translateY(-1px ); } 34% { -moz-transform: rotate(1deg) translateX(245px); } 36% { -moz-transform: rotate(0deg) translateX(-2px); } 38% { -moz-transform: translateX(-2px) translateY(2px ); } 40% { -moz-transform: translateX(-245px); } 42% { -moz-transform: translateX(-245px) rotate(1deg) translateY(-2px ); } 43% { -moz-transform: translateX(-245px) rotate(-3deg); } 100% { -moz-transform: translateX(0px); } }



@-ms-keyframes ms-mouvement-uniforme {

   0% 		{ -ms-animation-timing-function: linear; -ms-transform: translateX(-500px); }
   100% 	{ -ms-animation-timing-function: linear; -ms-transform: translateX(0px); }

} @-o-keyframes o-mouvement-uniforme {

   0% 		{ -o-animation-timing-function: linear; -o-transform: translateX(-500px); }
   100% 	{ -o-animation-timing-function: linear; -o-transform: translateX(0px); }

}


.position { position: relative; top: -200px; left: -280px; float:left; }

.bouge { animation: mouvement-uniforme 60s ; -webkit-animation: webkit-mouvement-uniforme 20s ; -webkit-animation-iteration-count: infinite; -webkit-animation-fill-mode: forwards; -webkit-animation-duration: 15s; -webkit-animation-delay: 0s; -webkit-overflow-scrolling: auto!important;

-moz-animation: moz-mouvement-uniforme 20s; -moz-animation-iteration-count: infinite; -moz-animation-fill-mode: forwards; -moz-animation-duration: 15s; -moz-animation-delay: 0s;

-ms-animation: ms-mouvement-uniforme 10s ;

-o-animation: o-mouvement-uniforme 10s ; }



It was working fine before on firefox. it works on other browsers (opera, Edge,..) Do something changed? it's a long time that i didn't chek it so...

this is the page where a donkey should appear at the bottom of the page:

https://www.campingnoroc.com/en/our-campsite/


Thanks a lot for your help!!

Asked by Pierre MARTIN 11 izinyanga ezidlule

Answered by Pierre MARTIN 11 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Used forgot about this site for reddit and now I cant acccess the site at all

Recently I used the forgot about this site for reddit, but when I try to click on a link from either my bookmarks or from a web search I keep on getting. [The page isn’t … (funda kabanzi)

Recently I used the forgot about this site for reddit, but when I try to click on a link from either my bookmarks or from a web search I keep on getting. [The page isn’t redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete. This problem can sometimes be caused by disabling or refusing to accept cookies.]

Not exactly sure what causes this or how to fix it.

Asked by Blaze 11 izinyanga ezidlule

Answered by Blaze 11 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

"Bad Request" on nearly every page!

Hi! I was wondering why nearly every single page these days opens to the message : "400 Bad Request Your browser sent a request that this server could not understa… (funda kabanzi)

Hi! I was wondering why nearly every single page these days opens to the message :

"400 Bad Request Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit. Apache Server at canvas.instructure.com Port 80"

Nearly every link I click on a website refuses to open! It has become impossible to do school work on this browser because I can't open any link on my school website, and nearly every website struggles to open except from google. I know the links work because I copy/paste them into Google Chrome and they open immediately. Truth be told I prefer Firefox and would much rather keep using this browser! I also can't find an update for Firefox so I believe my Browser is up to date (and I know my laptop is up to date and virus free). Is there a fix coming soon? Or a setting I can change to be able to open links? Classes start this week and I'm stuck!

Thanks for your help!

Asked by the.katie.bug.93 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Discord time is incorrect by 10 hours and 30 mins

My discord time has been broken and I've asked the discord support but they said to ask here if there's any issues with firefox itself. I've closed and reopened the page… (funda kabanzi)

My discord time has been broken and I've asked the discord support but they said to ask here if there's any issues with firefox itself. I've closed and reopened the page multiple times, used a vpn, cleared cache and cookies, and even tried and restarted my computer but the issue persists. Any help would be appreciated, thanks.

Edit: this issue only exists within firefox, not with any other browsers nor the app.

Asked by dark.druid07 1 unyaka odlule

Answered by dark.druid07 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

subtitles out of sync in streaming services

Hello, I am finding that Firefox display incorrectly and out of sync the subtitles in streaming services like Hulu or Amazon Video. Subtitles dialogs appear around ten se… (funda kabanzi)

Hello, I am finding that Firefox display incorrectly and out of sync the subtitles in streaming services like Hulu or Amazon Video. Subtitles dialogs appear around ten seconds before the actual audio plays that dialog. It doesn't occur when I am using Chrome.

Thanks.

Asked by dmbaber 1 unyaka odlule

Answered by dmbaber 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

115.0.1 update for MAC tradingview not working now

just updated to 115.0.1 on the Mac yesterday and now tradingview website isn't working - i tried adding it as an exception in EnhancedTracking and CookieSiteData like i d… (funda kabanzi)

just updated to 115.0.1 on the Mac yesterday and now tradingview website isn't working - i tried adding it as an exception in EnhancedTracking and CookieSiteData like i did with ebay to get it working again but no luck with tradingview... any ideas ? thx

Asked by fourcolordoctor 1 unyaka odlule

Answered by fourcolordoctor 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

links don't work in some sites with v116.0.3

Using MX-21.3_ahs_x64 Wildflower. Since upgrading Firefox to version 116.0.3 all links within www.onlinetvrecorder.com do not work anymore. No messages, no hints what hap… (funda kabanzi)

Using MX-21.3_ahs_x64 Wildflower. Since upgrading Firefox to version 116.0.3 all links within www.onlinetvrecorder.com do not work anymore. No messages, no hints what happened, just not working. Vivaldi has the same problem, Chrome works. I have asked in mozillazine, but did not get an answer.

Asked by hako2 1 unyaka odlule

Answered by jonzn4SUSE 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Problem with Firefox on macOS 14.0

Google Calendar has not worked right on Firefox (version 118.0.1 (64-bit)) on macOS since I updated to macOS 14.0. For example, when I try to use the "Search" function, I… (funda kabanzi)

Google Calendar has not worked right on Firefox (version 118.0.1 (64-bit)) on macOS since I updated to macOS 14.0. For example, when I try to use the "Search" function, I can't type a search string. Or sometimes when I create an event I have problems typing in the event title field as well. On these occasions when it doesn't work there is no blinking cursor placed at the left end of the text field, so you can't type in that field.

Hoping that this isn't just me, since I really like using FIrefox. Have had to move to the Edge Browser because Google Calendar is a central tool for me that has to work without having to fiddle around.

Asked by MrDoh 1 unyaka odlule

Answered by MrDoh 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Can't access website on Firefox, but can from other browsers at the same time, same computer

I get this message when trying to access this site: "We can’t connect to the server at www2.optumrx.com" I can then go to another browser, like Edge and I have no proble… (funda kabanzi)

I get this message when trying to access this site: "We can’t connect to the server at www2.optumrx.com"

I can then go to another browser, like Edge and I have no problem accessing the site. I am using a Windows 11 Lenovo computer running Firefox 120. This problem just started to occur.

Asked by Andy Wachs 1 unyaka odlule

Answered by jonzn4SUSE 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Border radius issue with video inside of div

Hey there, so on this page there is a video element inside of a div. Both the div and video have a border-radius styled in css. This renders as expected on most browsers,… (funda kabanzi)

Hey there, so on this page there is a video element inside of a div. Both the div and video have a border-radius styled in css. This renders as expected on most browsers, but seems to have a potential issue on Firefox on Widows 10 where the video does not have the border-radius and shows up with square edges. Any thoughts on this? If you try other browsers or Firefox on anything besides Windows 10, it is round like expected.

https://www.flipindustries.tk/games/hopandbop/

Asked by sorzubulte 1 unyaka odlule

Answered by zeroknight 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Can't add gmail accounts

On gmail "https://mail.google.com/mail" I am already logged into my main account, when I click on my profile picture in the top right in order to add accounts/sign into … (funda kabanzi)

On gmail "https://mail.google.com/mail"

I am already logged into my main account, when I click on my profile picture in the top right in order to add accounts/sign into other gmail accounts, I get this error:

"403. That’s an error.

We're sorry, but you do not have access to this page. That’s all we know."

I tried clearing cookies and no help.

Bare in mind this is on a fresh firefox install on a new desktop, I have been using firefox on my other desktop with no gmail issues like this.

Asked by HabibiFreshUFC 1 unyaka odlule

Answered by HabibiFreshUFC 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

There is an issue with the website loading.

Regards, Sir/Madam The website is blank. [link] The website icon is in the upper left corner, giving the idea that contact has been made, yet the page is still blank. Doe… (funda kabanzi)

Regards, Sir/Madam The website is blank. [link] The website icon is in the upper left corner, giving the idea that contact has been made, yet the page is still blank. Does anyone know why Brave cannot load the website?

Asked by marcilalex890 2 iminyaka edlule

Last reply by TyDraniu 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Lost ability to upload email connection after latest upgrade

I've just downloaded the latest Firefox version and it won't load my Cornell email - adfs.ad.cornell.edu. I'm using a Macbook Pro. I can download the website on my iPhone… (funda kabanzi)

I've just downloaded the latest Firefox version and it won't load my Cornell email - adfs.ad.cornell.edu. I'm using a Macbook Pro. I can download the website on my iPhone.How do I get my email back?

Asked by Mary Beth 1 unyaka odlule

Answered by Mary Beth 1 unyaka odlule