Test site for tor circuits
Similar to the ".onion" test site we have, it would be useful to have a test site for our tor circuits. To be able to easily verify tor circuit behaviour. I imagine it would be a list of links to the following:
- A site that redirects to another.
- A site that uses an intermediate redirect back to the same domain.
- A site that loads only local resources.
- A site that loads a cross-domain image.
- A site that loads a cross-domain page in an iframe.
- A site that runs a cross-domain
fetch
. - A direct link to a remote image file.
- A direct link to an SVG file (with and without remote content)
- A direct link to a PDF (with remote content).
- A site that only loads a plain HTML page (no favicon, or
data:
favicon). - A site with a long cache.
- A
data:
URL. - A
blob:
URL. - A site that can be opened via an IP address, rather than a host name.
- A site that can be opened in
about:reader
. For thedata:
andblob:
schemes as well? For the IP address website as well. - An
about:blank
page created viaopen
, made to fetch remote (cross-domain) content. - A site that uses
alt-svc
to a plain web page. - A site that uses
alt-svc
to an onion web page. - An onion site.
- A
.tor.onion
site.