From 16cd1e4b4075b6439cb6caf941439dd91e8ffe6f Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 2 Jan 2026 11:04:39 +1100 Subject: [PATCH] Update README --- README.md | 1 - src/cspresso/crawl.py | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index 305a7fc..71a58a9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ This is meant as a **starting point**. Review and tighten the resulting policy b ## Requirements - Python 3.10+ -- Poetry - Playwright's Chromium browser binaries (auto-installed by this tool if missing) ## Install diff --git a/src/cspresso/crawl.py b/src/cspresso/crawl.py index 6f9c8bc..0b74b99 100644 --- a/src/cspresso/crawl.py +++ b/src/cspresso/crawl.py @@ -403,7 +403,6 @@ async def crawl_and_generate_csp( directives.setdefault("connect-src", set()).add(o) except Exception: - # If you want to debug failures, print(traceback.format_exc()) return def on_response(resp):