Werk #17490: Prevent Google Chrome from auto-filling non login related input fields

Component Setup
Title Prevent Google Chrome from auto-filling non login related input fields
Date Jan 23, 2025
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.5.0b1
Not yet released
Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.4.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)

The Chrome browser incorrectly auto-fills the Documentation URL field of service rule forms with pre-saved usernames. This fix prevents the Chrome browser from misbehaving.

To be more specific, Chrome violates this web standard, by which the attribute autocomplete="off" tells browsers to not auto-fill an input field. For Chrome (and Chromium-based browsers) only a non-standard value (e.g., autocomplete="one-time-code") will prevent Chrome from actually filling the input field.

To the list of all Werks