browsertrix/backend
Tessa Walsh 0c8c397fca
Add option to fail crawl if not logged in (#2754)
This PR adds a new checkbox to both page and seed crawl workflow types,
which will fail the crawl if behaviors detect the browser is not logged
in for supported sites.

Changes include:

- Backend support for the new crawler flag
- A new `failed_not_logged_in` crawl state
- Checkbox workflow editor and config details in the frontend (currently
in the Scope section - I think it makes sense to have this option up
front, but worth considering)
- User Guide documentation of new option
- A new nightly test for the new workflow option and
`failed_not_logged_in` state


---------
Co-authored-by: Ilya Kreymer <ikreymer@gmail.com>
Co-authored-by: sua yoo <sua@webrecorder.org>
2025-07-28 22:58:43 -07:00
..
btrixcloud Add option to fail crawl if not logged in (#2754) 2025-07-28 22:58:43 -07:00
test Add last crawl's stats object to CrawlConfigOut (#2714) 2025-07-23 20:10:46 -07:00
test_nightly Add option to fail crawl if not logged in (#2754) 2025-07-28 22:58:43 -07:00
.pylintrc
dev-requirements.txt
Dockerfile Add backend support for custom behaviors + validation endpoint (#2505) 2025-04-02 16:20:51 -07:00
mypy.ini
requirements.txt Set fields in AIOConfig to prevent MissingContentLength error on upload (#2665) 2025-06-12 15:27:38 -04:00
test-requirements.txt