webpool: disable password save dialog and add chromium-l10n for Russian UI

- Add --disable-features=PasswordManagerEnabled to Chromium flags
- Add credentials_enable_service=False and profile.password_manager_enabled=False to Chrome Preferences
- Install chromium-l10n package in Dockerfile for Russian browser UI
This commit is contained in:
2026-07-20 16:15:44 +00:00
parent 806c5d8e1f
commit 81608f8741
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
RUN apt-get update && apt-get install -y --no-install-recommends \
tini \
chromium \
chromium-l10n \
xvfb \
x11vnc \
fluxbox \