about summary refs log tree commit homepage
path: root/TODO
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-05-23 01:33:40 +0000
committerEric Wong <e@80x24.org>2016-05-23 01:34:08 +0000
commitc6bdad148d8b792c3d55efca726311f7c6df5fb9 (patch)
tree889e99832dc36c5be6ec5eb27f745c9c523ce648 /TODO
parent97134b5a7fde92a2b55a6ec7ff3b44176e307cd7 (diff)
downloadpublic-inbox-c6bdad148d8b792c3d55efca726311f7c6df5fb9.tar.gz
Some readers will want to use "HTTPS Everywhere" conveniently;
and I will support it.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 1a403118..c784d154 100644
--- a/TODO
+++ b/TODO
@@ -28,6 +28,14 @@ TODO items for public-inbox
   likewise "[Bug #123456]" could be configured to expand to
   point to some project's bug tracker at http://example.com/bug/123456
 
+* Support optional "HTTPS Everywhere" for mapping old HTTP to HTTPS
+  links if (and only if) the user wants to use HTTPS.  We may also
+  be able to configure redirects for expired URLs.
+
+  Note: message bodies rendered as HTML themselves must NOT change,
+  the links should point to an anchor tag within the same page,
+  instead; giving the user options.
+
 * implement RFC 4685 (Atom message threading)
 
 * configurable constants (index limits, search results)