From b86af6082febd8a989714b18e1aaf9f08692c475 Mon Sep 17 00:00:00 2001 From: William Ting Date: Thu, 15 Dec 2016 16:40:27 -0800 Subject: [PATCH] Remove /mobile This subdomain is going away, and redirects should be happening via the "mobile website" link at the bottom. --- r2/r2/config/routing.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/r2/r2/config/routing.py b/r2/r2/config/routing.py index ea99a1b9c4..d4b1a2b906 100644 --- a/r2/r2/config/routing.py +++ b/r2/r2/config/routing.py @@ -467,9 +467,6 @@ def make_map(config): mc('/socialite', controller='redirect', action='redirect', dest='https://addons.mozilla.org/firefox/addon/socialite/') - mc('/mobile', controller='redirect', action='redirect', - dest='https://m.reddit.com/') - # Used for showing ads mc("/ads/", controller="ad", action="ad")