Simplest thing to do is probably to add an || to this group of conditions here, checking if `aURI.filePath` is "logins", so that we always return PRIVILEGEDABOUT_REMOTE_TYPE if we're loading about:logins.
Bug 1567284 Comment 2 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Simplest thing to do is probably to add an || to this group of conditions [here](https://searchfox.org/mozilla-central/source/toolkit/modules/E10SUtils.jsm#332-335), checking if `aURI.filePath` is "logins", so that we always return PRIVILEGEDABOUT_REMOTE_TYPE if we're loading about:logins.