Overview
Add an interface for editing custom redirects for a blog (T819: Support custom redirect rules)
Background
Right now, this is only usable by directly editing the database
Implementation
Users should have a way to add redirects in the admin panel. To start, they'll get access to a JSON input field. When saving this data, we'll parse the JSON, validate it and all regular expressions within it, and then update the database.