hypothesis / hypothesis/checkmate
Disable certain dangerous features for un-authenticated users
Open
Via Abuse
- Dominant language
- Python
- Stars
- 8
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
If we could make a user login before seeing the content, we could still allow anonymous access, but with more restrictions.
For example we could:
* Disable forms
* Disable links
* Other actions which make phishing difficult
We should also consider if any of these are acceptable as defaults, or if they break too much genuine content.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.