diff --git a/files/routes/posts.py b/files/routes/posts.py index 931fa1b7b..0302c3dde 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -704,7 +704,7 @@ def submit_post(v): parsed_url = urlparse(url) domain = parsed_url.netloc - if domain in ('old.reddit.com','twitter.com'): + if domain == 'old.reddit.com': new_url = ParseResult(scheme="https", netloc=parsed_url.netloc, path=parsed_url.path, diff --git a/files/templates/settings_security.html b/files/templates/settings_security.html index dedcbc4ad..fbee12f8a 100644 --- a/files/templates/settings_security.html +++ b/files/templates/settings_security.html @@ -68,6 +68,16 @@
+
+ + + + + +
+
@@ -106,16 +116,6 @@
-
- - - - - -
-