From 34f5f1940822678b26f18f34436aabd8a5af90c8 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Wed, 4 Feb 2026 12:53:19 +1100 Subject: [PATCH] 0.1.4 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dbecde..7661308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.4 + + * Don't wait for networkidle, if it doesn't get that far but 'load' does + ## 0.1.3 * Fix bug in `--evaluate` mode, which would inject the CSP into third party domains, which they would then throw violations for and trip the result diff --git a/pyproject.toml b/pyproject.toml index d6fcf69..9e70d96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cspresso" -version = "0.1.3" +version = "0.1.4" description = "Crawl a website with a headless browser and generate a draft Content-Security-Policy (CSP)." authors = ["Miguel Jacq "] readme = "README.md"