0.1.4
All checks were successful
CI / test (push) Successful in 2m45s
Lint / test (push) Successful in 30s
Trivy / test (push) Successful in 25s

This commit is contained in:
Miguel Jacq 2026-02-04 12:53:19 +11:00
parent f95e5f01a1
commit 34f5f19408
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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 <mig@mig5.net>"]
readme = "README.md"