This is working because `dom.netinfo.enabled` was disabled in https://bugzilla.mozilla.org/show_bug.cgi?id=1637922, which made `navigator.connection` to be `undefined`, which the site was relying on for their logic. So indeed the intervention is no longer needed for chanel.com, but maybe we can reuse it for cases like https://bugzilla.mozilla.org/show_bug.cgi?id=1755852
Bug 1755948 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
This is working because `dom.netinfo.enabled` was disabled in https://bugzilla.mozilla.org/show_bug.cgi?id=1637922, which made `navigator.connection` to be `undefined` (and the site was relying on for their logic). So indeed the intervention is no longer needed for chanel.com, but maybe we can reuse it for cases like https://bugzilla.mozilla.org/show_bug.cgi?id=1755852