You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: reserved WebDecoy-Test User-Agent always records a test detection (#80)
curl -A "WebDecoy-Test/1.0" https://your-site.example/ now always
produces a detection (WebDecoy/app#677): logged locally on every
install, submitted to the cloud on connected ones, and answered with a
403 JSON receipt so the curl output itself shows the plugin acted.
Checked before the allowlist (a developer testing from an allowlisted
IP still gets their receipt), before the block check, and before rules:
a test must always fire and must never trip enforcement or the
critical-moment alert. The cloud labels these rows as tests and keeps
them out of stats and billing.
0 commit comments