Skip to content
Discussion options

You must be logged in to vote

Hi @github0null thanks for the detailed report, your deployment is fine. Your compose file, hardware, and network are all fine. This is a bug in crawl4ai itself, and we were able to reproduce it exactly (same ~31s timing, same warning) outside Docker.

The culprit is this line in your crawler config:

"remove_overlay_elements": True

When that option is on, crawl4ai injects a small script into the page to close popups/cookie banners. That script finishes by waiting 50ms via setTimeout.

However, raw.githubusercontent.com serves files with this header:

Content-Security-Policy: default-src 'none'; style-src 'unsafe-inline'; sandbox

The CSP sandbox directive makes Chromium treat the page as full…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@github0null
Comment options

Answer selected by github0null
Comment options

ntohidi
Aug 17, 2026
Collaborator Sponsor

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants