Add --ignore-non-html option to skip pages that weren't HTML (which might trigger Chromium's 'sha256-4Su6mBWzEIFnH4pAGMOuaeBrstwJN4Z3pq/s1Kn4/KQ=' hash)
All checks were successful
CI / test (push) Successful in 2m48s
Lint / test (push) Successful in 31s
Trivy / test (push) Successful in 23s

This commit is contained in:
Miguel Jacq 2026-01-02 10:41:57 +11:00
parent 09aa2ded5e
commit bfa16a145a
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
3 changed files with 32 additions and 4 deletions

8
CHANGELOG.md Normal file
View file

@ -0,0 +1,8 @@
## 0.1.1
* Fix prog name
* Add --ignore-non-html option to skip pages that weren't HTML (which might trigger Chromium's 'sha256-4Su6mBWzEIFnH4pAGMOuaeBrstwJN4Z3pq/s1Kn4/KQ=' hash)
## 0.1.0
* Initial release