Add #91: Add an optional limit for internal redirects.
authorFabian Keil <fk@fabiankeil.de>
Sat, 16 Apr 2011 17:28:58 +0000 (17:28 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 16 Apr 2011 17:28:58 +0000 (17:28 +0000)
TODO

diff --git a/TODO b/TODO
index 0ef965d..2a97472 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.34 2011/02/10 22:18:30 fabiankeil Exp $
+$Id: TODO,v 1.35 2011/03/27 13:49:16 fabiankeil Exp $
 
 Some Privoxy related tasks, sorted by the time they
 have been added, not by priority.
 
 Some Privoxy related tasks, sorted by the time they
 have been added, not by priority.
@@ -256,3 +256,8 @@ have been added, not by priority.
 90) Implement NO-TAG: patterns that enable a section if the
     provided pattern doesn't match any TAG. This would make
     some things cleaner.
 90) Implement NO-TAG: patterns that enable a section if the
     provided pattern doesn't match any TAG. This would make
     some things cleaner.
+
+91) Add an optional limit for internal redirects. It would probably
+    be reasonable to default to a limit of one and showing an error
+    message if the request for the redirect URL would be redirected
+    again.