diff options
author | Rasmus Dahlberg <rasmus@rgdd.se> | 2025-03-11 19:06:40 +0000 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@rgdd.se> | 2025-03-11 19:06:40 +0000 |
commit | 970a3582e772ab878df324753515a650cede18d8 (patch) | |
tree | 8ad90042ae02357711bb2b20e469016ee0e90783 /README.md | |
parent | 0cfc1759e5548dcfb133a6268c5d49976871cd43 (diff) | |
parent | 1114087cfbb9425f4128e27741d46161530be8e5 (diff) |
Merge branch 'rgdd/fix-redirect-bug' into 'main'
fix: Attribute OL with the domain we arrived at
See merge request tpo/onion-services/onion-grab!2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -78,6 +78,10 @@ Sites with Onion-Location are printed to stdout, here showing that `www.torproject.org` configures it with an HTTP header while `www.qubes-os.org` does it with an HTML attribute. All three sites connected successfully. +In case that onion-grab is redirected, e.g., from `example.org` to +`www.example.org`, then any found Onion-Location configuration is associated +with the *redirected domain name* rather than the original domain name. + In case of errors, the type of error is identified with relatively few `???`. ### Scripts |