mirror of
https://github.com/discourse/discourse.git
synced 2026-08-03 09:53:24 -05:00
Why this change? This regressed in6e9fbb5babbecause we had a `request.xhr?` check before we decide to block requests. However, there could not none-xhr requests which we need to block as well at the end of each system test when `@@block_requests` is true. This also reverts commit6437f27f90.