Commit be08b82
fix(fred): Add User-Agent header to fred_proxy_get
urllib omits the User-Agent header by default, which triggers Cloudflare's
bot-detection rule 1010 and blocks the request. Adding any non-empty value
satisfies the check.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Made-with: Cursor1 parent 40a28b1 commit be08b82
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments