Support 200 domain-level redirects
Summary
Currently 301 and 302 domain-level redirections are supported by #601 (closed). However, 200 is still unsupported yet.
Steps to reproduce
Add the following to _redirects
:
/source https://example.com/ 200
The direction won't happen.