Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad value onion-location for attribute http-equiv on element meta. #1719

Open
Troughy opened this issue Apr 28, 2024 · 1 comment
Open

Bad value onion-location for attribute http-equiv on element meta. #1719

Troughy opened this issue Apr 28, 2024 · 1 comment

Comments

@Troughy
Copy link

Troughy commented Apr 28, 2024

URL being validated or code to reproduce error:

<html lang="en">
<head>
...
    <meta http-equiv="onion-location" content="http://onion-address-here.onion">
...
</head>
Bad value onion-location for attribute http-equiv on element meta.

The Tor Browser uses this to notify the users that an onion version of the site is available.

@nschonni
Copy link
Member

https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv
The usage is probably "fine", but if it's not in the spec, why wouldn't the validator flag it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants