0.1.4
This commit is contained in:
parent
f95e5f01a1
commit
34f5f19408
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
## 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
|
* 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
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "cspresso"
|
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)."
|
description = "Crawl a website with a headless browser and generate a draft Content-Security-Policy (CSP)."
|
||||||
authors = ["Miguel Jacq <mig@mig5.net>"]
|
authors = ["Miguel Jacq <mig@mig5.net>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue