Allow /siteverify endpoint and remove the need to give a key#217
Closed
DorianCoding wants to merge 543 commits intotiagozip:mainfrom
Closed
Allow /siteverify endpoint and remove the need to give a key#217DorianCoding wants to merge 543 commits intotiagozip:mainfrom
DorianCoding wants to merge 543 commits intotiagozip:mainfrom
Conversation
- Fix Swagger API version (2.0.0 → 3.0.0) - Fix private IP detection for 172.16.0.0/12 range in ipdb - Fix ipinfo cache eviction (O(n log n) sort → O(n) single-oldest) - Batch key deletion with Promise.all (14 sequential ops → parallel) - Update docs: docker-compose now includes Valkey, remove stale SQLite/DB_URL references - Update docs: instrumentation challenges messaging (now default) - Fix widget .solve() progress ring not animating when called during speculation fetch/wait Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This reverts commit 1fb0b6b.
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello,
On the default cap implementation, it is written:
This is not the way hCaptcha, reCaptcha, ALTCHA works as they all have a unique endpoint. This forces the server to know the site key and the secret key. And the implementation used allows to verify the site key without any additional payload and with background compatibility by just splitting the token.
Thank you.