fix: harden autocomplete endpoint security and error handling

This commit is contained in:
CREDO23 2026-04-04 08:57:09 +02:00
parent 46e8134b23
commit 18103417bb
4 changed files with 64 additions and 14 deletions

View file

@ -1,4 +1,5 @@
html, body {
html:has(.suggestion-body),
body:has(.suggestion-body) {
margin: 0 !important;
padding: 0 !important;
background: transparent !important;