Cloudflare #3
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Cloudflare serves 403 errors for all requests from rsstube, meaning currently rsstube cannot support any site that uses Cloudflare.
The solution will probably require the following:
57e2a92532
adds an--unbreak
option (based on Tor Browser's request headers) for dealing with Cloudflare.This seems to be resolved for now, but I'll leave this issue open indefinitely to track updates, as I expect the "unbreak" techniques will need to be periodically updated.
Tor Browser requests
Accept-Encoding: gzip, deflate, br
. Right now, rsstube doesn't do this because I don't know how to then decompress the response data. I suspect this is part of why some Cloudflare sites aren't working over Tor, even when--unbreak
is used and the site works in the Tor Browser.TODO: If server sends compressed data, decompress that data.
TODO: Add
Accept-Encoding: gzip, deflate, br
HTTP header to--unbreak
option.