XenForo's Controller::error() defaults to HTTP 200, so a thread that cannot render its posts is served as a successful page with no content — which search engines file as a soft 404. With this on, a GET to a thread URL that errors under 200 is served 404 instead. The page body is unchanged; only the status line differs. Turn this off to restore stock behaviour without disabling the rest of WebOps.