diff --git a/pyproject.toml b/pyproject.toml index 5c29369..64ef944 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,6 @@ authors = ["Miguel Jacq "] readme = "README.md" packages = [{ include = "cspresso", from = "src" }] license = "GPL-3.0-or-later" -homepage = "https://cspresso.cafe" repository = "https://git.mig5.net/mig5/cspresso" [tool.poetry.dependencies] diff --git a/src/cspresso/crawl.py b/src/cspresso/crawl.py index 44c96ad..55992cd 100644 --- a/src/cspresso/crawl.py +++ b/src/cspresso/crawl.py @@ -453,7 +453,7 @@ async def crawl_and_generate_csp( "}, true); } catch(_){} }" ) except Exception: - pass # nosec + pass def _on_console(msg): try: