jordanbrown0 / reg3

REG.PRG version 3
Other
2 stars 0 forks source link

Autocomplete on Chrome, Edge #259

Closed jordanbrown0 closed 2 years ago

jordanbrown0 commented 3 years ago

The Chromium team, in its infinite wisdom, has decided that web applications that specifically say to disable autocomplete are just wrong, and it ignores those requests. They offer a workaround (setting "autocomplete" to a semantically-meaningful value that will be ignored), but that doesn't really work; it turns off one kind of autocomplete in favor of another.

Possible resolutions:

Kiosk mode has the advantage of also taking the page full screen, ref #74.

jordanbrown0 commented 2 years ago

https://bugs.chromium.org/p/chromium/issues/detail?id=587466 https://bugs.chromium.org/p/chromium/issues/detail?id=468153#c164