Bug 1975851 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

If users toggle `Menu>File>Work Offline` they create entropy. I don't even know how useful this menu item is - but it's a footgun. The menu is enabled by default on some platforms IIRC, but of course the fact that it can be enabled by the user and the setting is accessible, it is a footgun

https://developer.mozilla.org/en-US/docs/Web/API/Navigator/onLine

Suggested enhancement to enforce `true` behind RFP (RFPTarget `NetworkConnection` ?)

Also see Bug 1614804 which I also suggest we can close as WONTFIX (see supported in MDN link) as removing the navigator property will just cause webcompat issues
If users toggle `Menu>File>Work Offline` they create entropy. I don't even know how useful this menu item is - but it's a footgun. The menu is enabled by default on some platforms IIRC, but of course the fact that it can be enabled by the user and the setting is accessible, it is a footgun

**edit** the attached image is Tor Browser with `Work Offline` toggle to true **end edit**

https://developer.mozilla.org/en-US/docs/Web/API/Navigator/onLine

Suggested enhancement to enforce `true` behind RFP (RFPTarget `NetworkConnection` ?)

Also see Bug 1614804 which I also suggest we can close as WONTFIX (see supported in MDN link) as removing the navigator property will just cause webcompat issues

Back to Bug 1975851 Comment 0