/external
endpoint/view is to refactor how it works a bit and add some HTMX magicโข so it has a nice snappy UX to it as it dynamically tries to validate the feed and provide useful feedback to the user, that way I can avoid injecting it into the cache unnecessarily in the first place!
/external
endpoint/view is to refactor how it works a bit and add some HTMX magicโข so it has a nice snappy UX to it as it dynamically tries to validate the feed and provide useful feedback to the user, that way I can avoid injecting it into the cache unnecessarily in the first place!
https://google.com
has been removed from the cache (_without nuking the entire cache_) @abucci if you need to selectively do this for some reason, there's a script in the tools
directory for this:
$ ./tools/cache_delete_feed.sh 'https://google.com'
Anyway, that's gone. This is much much harder to exploit now, even if you're an authenticated user.
https://google.com
has been removed from the cache (_without nuking the entire cache_) @abucci if you need to selectively do this for some reason, there's a script in the tools
directory for this:
$ ./tools/cache_delete_feed.sh 'https://google.com'
Anyway, that's gone. This is much much harder to exploit now, even if you're an authenticated user.
text//plain
content-type or b) it errored out and was a new fetch of a HTTP feed.
text//plain
content-type or b) it errored out and was a new fetch of a HTTP feed.
So we really not trust ourselves? ๐คฃ๐
So we really not trust ourselves? ๐คฃ๐







404 Feed Not Found
for non-browsers and external feeds are never fetched (_unless you are an authenticated/valid user of the pod_) -- I patched that hole a while ago, because I already picked up it was being abused by bots ๐ค
404 Feed Not Found
for non-browsers and external feeds are never fetched (_unless you are an authenticated/valid user of the pod_) -- I patched that hole a while ago, because I already picked up it was being abused by bots ๐ค


200 OK
which I'm not entirely sure I agree with or am happy with? Hmm 

200 OK
which I'm not entirely sure I agree with or am happy with? Hmm 

main
. Will test it on my pod and see how it goes. Basically reporting an error if the feed isn't in the cache and you're unauthenticated (anonymous).
main
. Will test it on my pod and see how it goes. Basically reporting an error if the feed isn't in the cache and you're unauthenticated (anonymous).