diff --git a/pyproject.toml b/pyproject.toml index 64ef944..5c29369 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ 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 55992cd..44c96ad 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 + pass # nosec def _on_console(msg): try: