aboutsummaryrefslogtreecommitdiff
path: root/114
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /114
Initial versionHEADmain
Diffstat (limited to '114')
-rw-r--r--114/index.md12
1 files changed, 12 insertions, 0 deletions
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