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 … (daɗa karatu)

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 5 kwanakin da su ka gabata

Last reply by TyDraniu 5 kwanakin da su ka gabata

How to keep the same internal UUID by installing a Firefox add-on in unlisted mode?

Good morning, I am developing a browser add-on for Firefox. I would like to ask a question. Is it possible to publish the add-on in an unlisted way, but making sure that… (daɗa karatu)

Good morning,

I am developing a browser add-on for Firefox. I would like to ask a question. Is it possible to publish the add-on in an unlisted way, but making sure that when it is installed in the browser it always maintains the same internal UUID (which does not correspond to the add-on ID)? If it is not possible to do this by publishing it unlisted, would it be possible to do so by publishing it in your store in a listed way?

I await your kind reply Thank you, best regards

Asked by Paolo Patrone 5 kwanakin da su ka gabata

Last reply by TyDraniu 5 kwanakin da su ka gabata

Home setting

What happened to the little home button that was next to the refresh button? I found it very convenient versus closing Firefox or having to open a new tab and closing my … (daɗa karatu)

What happened to the little home button that was next to the refresh button? I found it very convenient versus closing Firefox or having to open a new tab and closing my previous tab. Is it a setting I'm not seeing or did you guys remove it entirely. If it got removed is it possible to bring it back? If it's because I'm missing the setting somewhere can I get instructions on how to activate it?

Asked by ian227 5 kwanakin da su ka gabata

Last reply by TyDraniu 5 kwanakin da su ka gabata

What causes this: CP+[GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32 v=

Computer is VERY slow due to this: CP+[GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32 v= What is the resolve? … (daɗa karatu)

Computer is VERY slow due to this: CP+[GFX1]: Potential driver version mismatch ignored due to missing DLLs igd10umd32 v= and igd10iumd32 v=

What is the resolve?

Asked by Dale Welsch 5 kwanakin da su ka gabata

Last reply by Paul 5 kwanakin da su ka gabata

Can't get English

I've uninstalled + reinstalled Firefox English for Mac OS 15 THREE time. Each time there is an unknown language that I cannot fix in settings because I can't read the la… (daɗa karatu)

I've uninstalled + reinstalled Firefox English for Mac OS 15 THREE time. Each time there is an unknown language that I cannot fix in settings because I can't read the language. See screenshot.

Asked by crotte1 5 kwanakin da su ka gabata

Last reply by cor-el 5 kwanakin da su ka gabata

AD Blocker Messge but not using any

While on https://www.kitco.com/price/precious-metals I got a message I am using an AD blocker. I looked in my extensions and I have none installed. The only two extension… (daɗa karatu)

While on https://www.kitco.com/price/precious-metals I got a message I am using an AD blocker. I looked in my extensions and I have none installed. The only two extensions that could possibly be responsible block tracking but do not say they block ad's. However, all I have to do is close the message box and all seems to work properly. So I'm just curious what might be causing this message to pop up

Asked by vajaensch 6 kwanakin da su ka gabata

Last reply by cor-el 5 kwanakin da su ka gabata

Transfer of passwords

at first I thought my passwords did not transfer from safari to Firefox . Firefox said that I'm all signed in and everything is good. If not, please let me know. thanks … (daɗa karatu)

at first I thought my passwords did not transfer from safari to Firefox . Firefox said that I'm all signed in and everything is good. If not, please let me know. thanks

Asked by rjblues1 5 kwanakin da su ka gabata

Last reply by cor-el 5 kwanakin da su ka gabata

"RV" in Firefox user agent strings

I have noticed some activity in my server logs featuring user agent strings where the "rv" component contains a decimal number greater than 0, such as the following examp… (daɗa karatu)

I have noticed some activity in my server logs featuring user agent strings where the "rv" component contains a decimal number greater than 0, such as the following example:

Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:115.8) Gecko/20100101 Firefox/124.0

Could you please clarify if there are instances where the "rv" portion of a user agent string would legitimately include a decimal number greater than 0?

This looks to be something suspicious going on and would like to make sure if this is something legitimate or not.

Asked by Terrence 1 makon da ya gabata

Last reply by cor-el 5 kwanakin da su ka gabata

Is the notification of a data breach genuine?

I have a notification from 'Mozilla Monitor' (breach-alerts@mozilla.com) that "Mozilla Monitor found your email in a data breach'. It then says 'Compromised data: Device… (daɗa karatu)

I have a notification from 'Mozilla Monitor' (breach-alerts@mozilla.com) that "Mozilla Monitor found your email in a data breach'. It then says 'Compromised data: Device information, Email addresses, IP addresses, NAmes, Passwords, Phone numbers, and Purchases'.

Is this genuine or some kind of scam?

Asked by qx4xh6n5z9 5 kwanakin da su ka gabata

Last reply by TyDraniu 5 kwanakin da su ka gabata

I can't use firefox to open google, sign in google

I can't use firefox to open google, sign in google before it's good, but after I upgrade, when I try to log in my google account using firefox, I can't type in any words,… (daɗa karatu)

I can't use firefox to open google, sign in google before it's good, but after I upgrade, when I try to log in my google account using firefox, I can't type in any words, it's crashed. but outlook is ok. Please help. Thank you.

Asked by lisalin332211 3 makwannin da su ka gabata

Last reply by Brian 6 kwanakin da su ka gabata

browser problem

Why is firefox browser so bad anymore? When I go to webpages isn`t doesn`t load up very easily. Doesn`t want to load images. So I`ll try someone elses browsers and it wil… (daɗa karatu)

Why is firefox browser so bad anymore? When I go to webpages isn`t doesn`t load up very easily. Doesn`t want to load images. So I`ll try someone elses browsers and it will load up quick and easy. I've been having problems with this browser quite often, I`m about to get rid of it, it`s so bad anymore. Very dissatisfied user.

Asked by walleye60 6 kwanakin da su ka gabata

Last reply by Nathan Giovannini 6 kwanakin da su ka gabata

Can I already show a chinese Website in english?

Hi, With version 118. Firefox got the ability to translate website while browsing. Is this possible with chinese? It is this functionality which made me leave the ESR b… (daɗa karatu)

Hi,

With version 118. Firefox got the ability to translate website while browsing. Is this possible with chinese? It is this functionality which made me leave the ESR branch, but as it seems Chinese is not on the list of supported languages.

Cheers, Oliver

Asked by Oliver.Meyer 6 kwanakin da su ka gabata

Last reply by Nathan Giovannini 6 kwanakin da su ka gabata

Bookmark-Bar not shown in fullscreen mode with newer firefox version

Hi all I like to show the bookmark toolbar in fullscreen mode. I have enabled "show always" but it does not show in fullscreen mode. On old firefox versions i could creat… (daɗa karatu)

Hi all I like to show the bookmark toolbar in fullscreen mode. I have enabled "show always" but it does not show in fullscreen mode. On old firefox versions i could create a userChrome.css file and then it worked. But it looks like this is not possible with never (130.0.1 ATM) versions. May be the code has changed? This was my "old" css code wich is still working with firefox-esr: /*

  Override hiding of Bookmarks Toolbar in F11 full screen
  when you roll down the tabs/main toolbar 
  • /
  1. navigator-toolbox[inFullscreen="true"] #PersonalToolbar {
 visibility: unset !important;

}

Hint: toolkit.legacyUserProfileCustomizations.stylesheets is set to true.

Maybe someone has a solution how to show bookmars in fullscreen.

Asked by originalraven 1 makon da ya gabata

Last reply by ThePillenwerfer 6 kwanakin da su ka gabata

Secure Connection Failed An error oc 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.

Secure Connection Failed An error occurred during a connection to www.myutiitsl.com. PR_CONNECT_RESET_ERROR Error code: PR_CONNECT_RESET_ERROR The page you are tryi… (daɗa karatu)

Secure Connection Failed

An error occurred during a connection to www.myutiitsl.com. PR_CONNECT_RESET_ERROR

Error code: PR_CONNECT_RESET_ERROR

   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.

Asked by saroj 6 kwanakin da su ka gabata

Last reply by Paul 6 kwanakin da su ka gabata

ERROR

Secure Connection Failed An error occurred during a connection to www.pan.utiitsl.com. PR_CONNECT_RESET_ERROR Error code: PR_CONNECT_RESET_ERROR The page you are tr… (daɗa karatu)

Secure Connection Failed

An error occurred during a connection to www.pan.utiitsl.com. PR_CONNECT_RESET_ERROR

Error code: PR_CONNECT_RESET_ERROR

   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.

Learn more…

Asked by Md Jhangiralam 6 kwanakin da su ka gabata

Last reply by Paul 6 kwanakin da su ka gabata

Please contact the website owners to inform them of this problem. Learn more…

Secure Connection Failed An error occurred during a connection to www.pan.utiitsl.com. PR_CONNECT_RESET_ERROR Error code: PR_CONNECT_RESET_ERROR The page you are tr… (daɗa karatu)

Secure Connection Failed

An error occurred during a connection to www.pan.utiitsl.com. PR_CONNECT_RESET_ERROR

Error code: PR_CONNECT_RESET_ERROR

   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.

Learn more…

Asked by Md Jhangiralam 6 kwanakin da su ka gabata

Last reply by Paul 6 kwanakin da su ka gabata

I am now getting multiple "400 Bad Request Request Header Or Cookie Too Large" - browser clean no longer works

The site is BBC iPlayer so from my understanding should be readily available and am signed into. i have previously and have had to log in on occasion. If I am now having … (daɗa karatu)

The site is BBC iPlayer so from my understanding should be readily available and am signed into. i have previously and have had to log in on occasion. If I am now having to reset numerous passwords and other settings then there is more invasion of privacy by dicating what I can and cannot see - my PC, although old, can handle large cookies and has done so before. This leads to the question of how the browser cache is arranged , as it appears that I am struggling to reset and install exemptions ( rather a lot!!).

I just want to restore to where I was a week ago when I had no problems

Asked by pete_xby 1 makon da ya gabata

Last reply by cor-el 6 kwanakin da su ka gabata