Spinning Circle when accessing a particular website

When attempting to access or refresh my online brokerage page I get a white spinning circle. It seems to go on for 30 seconds or so. While it is present the page is dys… (read more)

When attempting to access or refresh my online brokerage page I get a white spinning circle. It seems to go on for 30 seconds or so. While it is present the page is dysfunctional. I had recently changed some settings or a 3rd part program made some changes. I know not which setting or other may cause the spinning circle to be evoked. There is a break in the circle at about 3:18...that's the part that spins.

Asked by Orph 5 months ago

Last reply by cor-el 5 months ago

Does Firefox support service workers for videos loaded from a video element?

I'm trying to use a service worker to add some additional headers to image and video requests but on Firefox the fetch event is only being invoked for the images and not … (read more)

I'm trying to use a service worker to add some additional headers to image and video requests but on Firefox the fetch event is only being invoked for the images and not the videos. On Chrome it is called for both.

I cannot find any documentation that says Firefox does not support service workers for video but this appears to be the case. Can anybody point me in the right direction?

sw.js 'use strict';

self.addEventListener("install", (event) => {

 // Force the newly installed service worker to replace any earlier version
 self.skipWaiting();

});

self.addEventListener("activate", (event) => {

 // Activate the service worker immediately in all clients  
 event.waitUntil(self.clients.claim());

});

self.addEventListener('fetch', (event) => {

 console.log(`SW.js: ${event.request.url}`);
 const updatedHeaders = new Headers(event.request.headers);
 //updatedHeaders.set('Accept', '*');
 // Create a new request object with the updated headers
 const updatedRequest = new Request(event.request, {
   headers: updatedHeaders
 });
 event.respondWith(fetch(updatedRequest));

});

Asked by wootiful 3 months ago

Last reply by TyDraniu 3 months ago

Unauthorized sign in

I received an email saying that someone had signed into my account. I want to secure my account and don't know how? I'm also not sure the email is real and isn't a scam a… (read more)

I received an email saying that someone had signed into my account. I want to secure my account and don't know how? I'm also not sure the email is real and isn't a scam and don't want to click on any email links...

Asked by Janice Bjorkland 1 month ago

Last reply by markwarner22 1 month ago

Black Screen when opening PDF in firefox

So i reinstalled my graphics driver yesterday, and after that when i open a pdf on firefox it only shows blackscreen. it didnt happen on other browsers(chrome, edge) … (read more)

So i reinstalled my graphics driver yesterday, and after that when i open a pdf on firefox it only shows blackscreen. it didnt happen on other browsers(chrome, edge)

Asked by prasetyas7306 1 month ago

Last reply by jonzn4SUSE 1 month ago

Firefox Extension Failed Connection

Greetings Customer Service @ Mozilla While attempting to Turn on Mozilla Firefox Extension to Intensify the Detection Technologies through my Kaspersky Premium Software, … (read more)

Greetings Customer Service @ Mozilla While attempting to Turn on Mozilla Firefox Extension to Intensify the Detection Technologies through my Kaspersky Premium Software, I received the following error message:

Secure Connection Failed

An error occurred during a connection to addons.mozilla.org. The OCSP response is not yet valid (contains a date in the future).

Error code: SEC_ERROR_OCSP_FUTURE_RESPONSE

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.

I would appreciate any assistance or feedback on this to determine a solution for the problem!

Thank You Respectfully John Jablonsky sadisticsurfer@gmail.com

Asked by sadisticsurfer 1 month ago

Last reply by jonzn4SUSE 1 month ago

Failed to load extension from

I am not sure if I selected the correct topic. In the last 3 weeks I keep on getting the following See Attachment I have no idea what it is about and therefor no idea on… (read more)

I am not sure if I selected the correct topic. In the last 3 weeks I keep on getting the following See Attachment I have no idea what it is about and therefor no idea on how to deal with it. Any help would be very much appreciated. Regards Ilio Pieroni

Asked by Ilio Pieroni 1 month ago

Last reply by jonzn4SUSE 1 month ago

Roblox Technical account Issue

I Input the correct password and username unto my 2weeks old account which is not connected to a Gmail or Phone number, and when i try to log-In It just says log-in error… (read more)

I Input the correct password and username unto my 2weeks old account which is not connected to a Gmail or Phone number, and when i try to log-In It just says log-in error and won't let me log-in. Fix this shit

Asked by Dylan Matthew de Leon 4 weeks ago

Last reply by markwarner22 4 weeks ago

Firefox and GolfWRX.com

I was receiving duplicate diaglog in the GolfWRX forums such as member name showing twice. I cleared cookies and now the website only shows what looks like a table of con… (read more)

I was receiving duplicate diaglog in the GolfWRX forums such as member name showing twice. I cleared cookies and now the website only shows what looks like a table of content page, I see no details or graphics.

Asked by lees0400 1 month ago

Last reply by jscher2000 - Support Volunteer 1 month ago

as I write my comments it doesn't show, again as I write. I have to left click and highlight to see it. it does show the comments as I post them,only while I am actually writing it it doesn't show.

as I write my comments it doesn't show, again as I write. I have to left click and highlight to see it. it does show the comments as I post them,only while I am actually … (read more)

as I write my comments it doesn't show, again as I write. I have to left click and highlight to see it. it does show the comments as I post them,only while I am actually writing it it doesn't show.

Asked by BOB 1 month ago

Last reply by Paul 3 weeks ago