mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-16 23:01:06 +02:00
docs(docker): note entrypoint wires xvfb at runtime
The xvfb runtime path is now implemented, so drop the stale 'deferred to Slice B' note.
This commit is contained in:
parent
6400dc5f04
commit
d3a6e2cd45
1 changed files with 3 additions and 5 deletions
|
|
@ -31,11 +31,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||
dos2unix \
|
||||
git \
|
||||
# ── Phase 3e stealth hardening ──────────────────────────────────────────
|
||||
# Xvfb: virtual framebuffer so the stealth browser can run headful
|
||||
# (headless=False) without a real display — many WAFs flag headless Chromium.
|
||||
# Gated at runtime by CRAWL_HEADED_XVFB_ENABLED (Slice B); installed now so
|
||||
# the image is ready. Real font packages make canvas/emoji/font-enumeration
|
||||
# fingerprints resemble a real desktop (set proven against Kasada/Akamai).
|
||||
# Xvfb: virtual display so the browser can run headful without real hardware
|
||||
# (entrypoint starts it when CRAWL_HEADED_XVFB_ENABLED; used by TikTok's profile
|
||||
# feed). Real fonts make canvas/emoji/font fingerprints look like a real desktop.
|
||||
xvfb \
|
||||
fonts-noto-color-emoji \
|
||||
fonts-unifont \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue