The new SUL3 authentication domain (T363695: Create a Wikimedia login domain that can be served by any wiki) disables search-related APIs and special pages, so the search box looks broken, and submitting it will lead to an error:
There should be a way to mark the search box as disabled for a specific response.
I think there are two approaches to do that:
- introduce a disabling mechanism in core
- introduce a hook for manipulating the SkinComponentRegistry so extensions can alter the behavior of SkinComponentSearch

