Hetzner ticket system needs parseHTMLUnsafe

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
mifritscher
Moongazer
Moongazer
Posts: 13
Joined: 2021-01-21, 11:44

Hetzner ticket system needs parseHTMLUnsafe

Unread post by mifritscher » 2025-05-08, 05:40

URL: https://robot.hetzner.com/ - sorry, you need an account to see it

No error (or other output) in the debug console, but a "Ihr Browser ist veraltet. Bitte aktualisieren Sie diesen, um das Supportformular nutzen zu können." -> "Please upgrade your browser" in the normal side rendering - and blocks further usage.

Locking at the JS code,

Code: Select all

Document.parseHTMLUnsafe?($("#browser-upgrade").show()
seems to be the culprit. This is a rather new function according https://developer.mozilla.org/en-US/doc ... afe_static .