Comment on Fine-grained HTTP filtering for Claude CodeparentComments−ammarioOP11moI meant read-only there in the sense of mutability, not exfiltration.Of course, some websites may permit mutations through GET so it’s probably only sensible to use alongside known hosts.−cmpaul11mo``` GET https://mysite.com/?query=all+the+secrets ```
Comments
I meant read-only there in the sense of mutability, not exfiltration.
Of course, some websites may permit mutations through GET so it’s probably only sensible to use alongside known hosts.
``` GET https://mysite.com/?query=all+the+secrets ```