mozilla / mofo-redirector

A Flask server for implementing temporary and permanent redirects of various MoFo hostnames.
2 stars 5 forks source link

MoFo-Redirector

Build Status

The MoFo-Redirector is a small Flask application that serves to redirect deprecated and unused MoFo Domains.

The domains served by the redirect are defined as Tuples in config.py:

('example.com', 'https://foundation.mozilla.org', 301)

The first value is the Host header value to match in an incoming request. The second is the target of the redirect. The third value is the redirect code to use.

How to setup local dev

How to add a new redirect