[tor-talk] darkweb-everywhere - was: Using HTTPS Everywhere to redirect to .onion

Drake Wilson drake at dasyatidae.net
Wed May 14 15:48:17 UTC 2014


On 14/05/14 10:19, Mike Cardwell wrote:
> The ideal solution IMO would be a generic web standard which allows us to
> advertise the existence of alternative domains which can be used to reach
> the same content.

For HTML resources, the obvious thing to use would be link
relations[1,2] (using the <link> tag).  The Link HTTP header has
sometimes been used to represent the same semantics for non-HTML
resources.  Existing relations that are close in meaning:

  - "alternate" seems similar, though it's notionally for referring to
    alternate _representations_ rather than alternate _locations_.
    (The exact distinction isn't entirely clear, but the intent seems
    to exclude cases like this.)

  - "canonical" asserts a "preferred" version/location, which isn't
    quite what's wanted here.  A weaker form of "canonical" would be
    useful.

  - "duplicate" asserts that the representations are exactly identical,
    which as the IANA listing describes makes no sense for dynamic
    content, so that's not directly useful here.

Out of curiosity, has this been taken up with any of the relevant
working groups?

   ---> Drake Wilson

[1] http://www.iana.org/assignments/link-relations/link-relations.xhtml
[2]
http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#linkTypes


More information about the tor-talk mailing list