Posts: 14,704
Threads: 9,636
Thanks Received: 9,083 in 7,233 posts
Thanks Given: 9,884
Joined: 12 September 18
31 October 19, 08:24
Quote:
Firefox 70 has an issue currently that prevents some pages or page elements from being loaded under certain circumstances. Mozilla added the known issue to the Firefox 70.0 release notes stating that some "websites or page elements using dynamic JavaScript fail to load".
The release notes link to a support article on the Mozilla website that provides a workaround for the issue and more context.
According to the article, sites like YouTube or Facebook that use dynamic JavaScript may be affected by this. Mozilla created a test page for the issue that Firefox users may open in the web browser to find out if their version of the browser is affected.
Just point the web browser to this page and check the status that is returned for the tested subsystems.
If you see "good: totally working" Firefox should not be affected by the issue; if you see something else, e.g. "investigating. If this doesn’t go away, things are unexpected broken", it may be affected and you may want to use the workaround to mitigate the issue until Mozilla releases a permanent fix.
The bug report on Mozilla's bugzilla bug tracking website suggests that the issue affects old profiles but not newly created profiles. The issue seems to be caused by a new storage implementation in Firefox 70 that Mozilla calls LSNG (Local Storage Next Generation).
Fixing the page loading issue
Firefox users who are affected by the issue may mitigate it in the following way:
1. Load about:config in the web browser's address bar.
2. Confirm that you will be careful by selecting "I accept the risk" on the page that opens.
3. Search for dom.storage.next_gen.
4. Set the preference to False.
Reload the affected webpage in the Firefox web browser to see if the change resolves the issue. The only other option available is to create a new user profile and use it instead of the old one.
...
Continue Reading