user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 1abe1fd4df744780460a047046c6a6ab3615c570
parent 24f7847f7321e1a55add50ea78f0393f92a00917
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Wed, 24 Oct 2018 10:15:37 +0000

4702: buildID cleanup, closes 518
Diffstat:
Muser.js | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/user.js b/user.js @@ -1654,9 +1654,10 @@ user_pref("webgl.enable-debug-renderer-info", false); user_pref("_user.js.parrot", "4700 syntax error: the parrot's taken 'is last bow"); /* 4701: navigator.userAgent ***/ // user_pref("general.useragent.override", ""); // (hidden pref) -/* 4702: navigator.buildID ( - * reveals build time down to the second - * [1] https://bugzilla.mozilla.org/583181 ***/ +/* 4702: navigator.buildID + * Revealed build time down to the second. In FF64+ it now returns a fixed timestamp + * [1] https://bugzilla.mozilla.org/583181 + * [2] https://www.fxsitecompat.com/en-CA/docs/2018/navigator-buildid-now-returns-a-fixed-timestamp/ ***/ // user_pref("general.buildID.override", ""); // (hidden pref) /* 4703: navigator.appName ***/ // user_pref("general.appname.override", ""); // (hidden pref)