You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ipfs/specs#290 states that we don't support forced redirects because _redirects is looked up only when requested content path is not present in the DAG.
removing Forced and all its uses in code and README examples, so it is not confusing people who use this library and expect it to work
return human-readable error when a redirect is defined with ! (forced flag), explaining forced redirects (and "shadowing") are not supported by IPFS gateways
The text was updated successfully, but these errors were encountered:
ipfs/specs#290 states that we don't support forced redirects because
_redirects
is looked up only when requested content path is not present in the DAG.@justincjohnson mind cleaning this up? 🙏
!
(forced flag), explaining forced redirects (and "shadowing") are not supported by IPFS gatewaysThe text was updated successfully, but these errors were encountered: