-
Notifications
You must be signed in to change notification settings - Fork 690
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Tor2Web's URL mangling to detect it
Tor2Web mangles onion URLs to point to the proxy, but its implementation is a buggy and we can use that for detection. In this case, it rewrites a literal `href="fake.onion"` (inside a hidden form <input>) to something like: `href="//{$address}.onion.ly/fake.onion.ly"`. On form submission, we can detect that it doesn't roundtrip properly and flag the mangling as Tor2Web usage. Fixes #6293.
- Loading branch information
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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