Re: Validator errors

> On Sep 2, 2021, at 12:26 PM, Martin Farrimond <martinf@farrimond.me.uk> wrote:
> 
> Is this going to be fixed so that the "badges" will direct to a working, relevant validator in the future?

One quick technical fix would be to add a referrer-policy attribute to the link:

<a href="https://validator.w3.org/check?uri=referer" referrerpolicy="no-referrer-when-downgrade">
...
</a>

That will override the browser/site's default referrer policy and allow the validator to see the full referring URL.

Cheers - Chuck

Received on Friday, 3 September 2021 16:22:21 UTC