From 6974232381c1fe175c0861b765ff26ebafde27d3 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 1 Apr 2024 22:24:40 +0200 Subject: 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 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d1cdef3a..bc40b79d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -62,6 +62,7 @@ dillo-3.1 [not released yet] - Enable Doxygen for C files and use Awesome Doxygen theme. - Fix DPIs extension (.dpi.exe) in Windows systems via Cygwin. - Add support for the
HTML tag. + - Fix W3C validator and remove broken WDG validator. Patches: Rodrigo Arias Mallo ----------------------------------------------------------------------------- -- cgit v1.2.3