The javascript global wgNoticeUserData contains the registration of the logged in user (if not a bot). This information is already available as javascript global wgUserRegistration (in unix style).
Is there another need for the javascript global? It seems the extension CentralNotice itself does not use it. Is this used by banners?
Unused globals should be removed to reduce the html produced on each page load.