user.js -- Firefox configuration hardening
-
Updated
Sep 1, 2020 - JavaScript
Firefox is a free and open source web browser developed by Mozilla Foundation. First released in 2002 under the name Phoenix. It's available for most operating systems including Windows, macOS, Linux and most phones and tablets.
The links to revisions can take a different form, depending on the repository it is found in:
const revisionURL = record.meta.repo === 'mozilla-central'
? `https://hg.mozilla.org/mozilla-central/pushloghtml?changeset=${record.revision}`
: `https://github.com/mozilla-mobile/fenix/commit/${record.revision}`;
Ensure we have this these URL templates in the config file
Created by Mozilla
Released September 23, 2002
Microsoft Edge should probably work out of the box since it's Chromium based, but we should make sure that it's officially supported.