From fb510ea86be5ceb9e91573890242581fdbd77ad8 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sun, 28 Sep 2025 20:26:15 +0200 Subject: Initial version --- 114/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 114/index.md (limited to '114') diff --git a/114/index.md b/114/index.md new file mode 100644 index 0000000..2d50fb1 --- /dev/null +++ b/114/index.md @@ -0,0 +1,12 @@ +Title: Fix HTML validator menu +Author: rodarima +Created: Mon, 01 Apr 2024 20:34:11 +0000 +State: closed + +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 \ No newline at end of file -- cgit v1.2.3