I am having problems with a page on my local network NAS server.
In console this message appears on every page I access:
Failed to fetch moz-extension://84d877f6-188e-f4… (read more)
I am having problems with a page on my local network NAS server.
In console this message appears on every page I access:
Failed to fetch moz-extension://84d877f6-188e-f449-9e14-68b144dea3de/inline/injected.js, Import failed 3 times. Final error: crypto.randomUUID is not a function
inject-content-scripts.js:5:897
To check if it was my code I tried this simple html page (apparently the page has to be inspected so that the code appears):
Dumb Page
The page loads, but in console the above message appears.
Also in my developing page using Bootstrap and jquery I have MANY CSS-related errors, starting with:
Error in parsing value for ‘-webkit-text-size-adjust’. Declaration dropped.
Unknown pseudo-class or pseudo-element ‘-ms-expand’. Ruleset ignored due to bad selector.
Error in parsing value for ‘box-shadow’. Declaration dropped.
.....(many other similar errors)
My client environment is:
Macos Catalina 10.15.7
Firefox 128.5.2esr (64-bit)