Update README
All checks were successful
CI / test (push) Successful in 2m26s
Lint / test (push) Successful in 30s
Trivy / test (push) Successful in 23s

This commit is contained in:
Miguel Jacq 2026-01-02 11:04:39 +11:00
parent 052187d308
commit 16cd1e4b40
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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):