With 6.0 one of our web checks started failing with `regexp_exec() failed with error -8` when looking for a required string. This basically means “maximum recursion exceeded” (so something went into a loop). Turns out the site in question had a duplicated `</head>` tag which makes the HTML invalid.

So apparently something changed with the RegEx check and valid HTML is now required as well 🧐

One thought on “

Likes

Leave a Reply

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)