Skip to content

Commit aaa9bfe

Browse files
authored
Merge pull request #148 from mean-weasel/feat/screenshot-privacy-masking
feat: screenshot privacy masking via data-bugdrop-mask
2 parents 9001d9f + a035663 commit aaa9bfe

13 files changed

Lines changed: 3451 additions & 3 deletions

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ That's it! Users can now click the bug button to submit feedback as GitHub Issue
3737
3838
> **Security note:** BugDrop is not a spam or malware filtering service. Treat feedback and screenshots as unauthenticated user-generated content. Exclude `bugdrop-screenshots` from CI/deploy workflows, and self-host behind your own WAF/CAPTCHA/content controls for stricter environments.
3939
40+
## Features
41+
42+
- 🔒 **Privacy masking** — tag sensitive elements with `data-bugdrop-mask` and BugDrop covers them in the screenshot before it's submitted. Passwords and credit-card inputs are masked automatically.
43+
4044
## Widget Options
4145

4246
| Attribute | Values | Default |

0 commit comments

Comments
 (0)