Update README
This commit is contained in:
parent
052187d308
commit
16cd1e4b40
2 changed files with 0 additions and 2 deletions
|
|
@ -18,7 +18,6 @@ This is meant as a **starting point**. Review and tighten the resulting policy b
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- Python 3.10+
|
- Python 3.10+
|
||||||
- Poetry
|
|
||||||
- Playwright's Chromium browser binaries (auto-installed by this tool if missing)
|
- Playwright's Chromium browser binaries (auto-installed by this tool if missing)
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
|
||||||
|
|
@ -403,7 +403,6 @@ async def crawl_and_generate_csp(
|
||||||
directives.setdefault("connect-src", set()).add(o)
|
directives.setdefault("connect-src", set()).add(o)
|
||||||
|
|
||||||
except Exception:
|
except Exception:
|
||||||
# If you want to debug failures, print(traceback.format_exc())
|
|
||||||
return
|
return
|
||||||
|
|
||||||
def on_response(resp):
|
def on_response(resp):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue