aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArjun Satarkar <me@arjunsatarkar.net>2023-07-29 18:12:46 +0000
committerArjun Satarkar <me@arjunsatarkar.net>2023-07-29 18:19:33 +0000
commit0d06775761e2ea0c6268029ce33422275ba45332 (patch)
tree26d1cae1db63bb2475d851979942c33c4e2e461a /README.md
parent339c17ddaf8cb7a8228f86cd8f98c1e4bef517bd (diff)
downloadtagrss-0d06775761e2ea0c6268029ce33422275ba45332.tar
tagrss-0d06775761e2ea0c6268029ce33422275ba45332.tar.gz
tagrss-0d06775761e2ea0c6268029ce33422275ba45332.zip
Implement per-feed tag limit of 100
Seems necessary to have a limit here to avoid DoS, though of course there are several avenues for it still, which should also be addressed. 100 seems more than would be necessary for any non-pathological usage; the system is built under the assumption that tags can be loaded all at once, don't need to be paginated, etc. (unlike feeds and entries) anyway.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 96c5c2f..e0d5b1c 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,6 @@ See `LICENSE.txt` in the root of this repository for the text of the license.
* Add JS to make the feed/tag input situation work like one would normally expect rather than like it's 1985. (Progressive enhancement, though.)
* Do more user input validation
* Handle more `requests` and `feedparser` error conditions
-* Add some reasonably high internal limit on tag count
* Add support for authentication
* Allow specifying update interval on a per-feed basis