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"