Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/client/src/clearance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const CLEARANCE_COOKIE = 'wd_clearance';
*
* 1. this function
* 2. app repo `edge/clearance-worker/src/device-fp.ts` (the interstitial)
* 3. app repo `cdn/pro/bot-detection-pro.js` computeClearanceFP()
* 3. app repo `cdn/public/bot-detection-pro.js` computeClearanceFP()
*
* If two of them computed different fps for the same browser, a decoy-triggered
* deny would catch one and not the other — the lockout would leak, silently.
Expand Down