no-cookies, no-cache-validate channels for /ipfs/ paths? #72
Labels
help wanted
Seeking public contribution on this issue
kind/discussion
Topical discussion; usually not changes to codebase
As noted in 4296e7d setting
nsIRequest.LOAD_ANONYMOUS
andVALIDATE_NEVER
on requests to gateways might make sense.Cookies set while explicitly browsing http://gateway.tld/foo/bar pages shouldn't have anything to do with the gateway services themselves, and there's no meaningful way to expose them to content anyway.
And /ipfs/ paths should be forever stable, so we can be pretty sure that they don't need any cache validation, no matter what the server says.
The text was updated successfully, but these errors were encountered: