diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-04-01 22:24:40 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-04-01 22:33:42 +0200 |
commit | 6974232381c1fe175c0861b765ff26ebafde27d3 (patch) | |
tree | bd16faf3ae7becdc79ce8edf3a2ce7dbb2787571 /src/dpiapi.h | |
parent | 97b2f65cea3cf75464d6808ec03586fed3c6693c (diff) |
Fix HTML validator menu
The W3C validator is now protected under a CloudFlare JavaScript
challenge. However, it can be bypassed by opening directly the link
after the redirection. It doesn't work if an HTML 5 page is loaded, as
that would redirect to the Nu validator which will attempt to run the
challenge again.
So the current solution is to use the "legacy" W3C validator for HTML
4.01 or older documents and the W3C Nu validator for HTML 5 documents
only. Users would need to choose which one to use manually (at least for
now).
The WDG validator at https://www.htmlhelp.org/tools/validator/ is gone,
the server reports "Server unable to read htaccess file, denying access
to be safe", so it has been removed.
Fixes: https://github.com/dillo-browser/dillo/issues/113
Diffstat (limited to 'src/dpiapi.h')
0 files changed, 0 insertions, 0 deletions