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
The go-ipfs daemon's HTTP gateway can serve files from directories in IPFS objects. However, it does not follow symlinks. This is annoying when, for instance, trying to serve Debian package repositories that commonly use symlinks for structure and indirection.
I propose to change it to serve symlinks that do not escape the IPFS directory. I admit this is potentially a security risk.
The text was updated successfully, but these errors were encountered:
Version information: 0.4.13
Type: Enhancement
Severity: Low
Description:
The go-ipfs daemon's HTTP gateway can serve files from directories in IPFS objects. However, it does not follow symlinks. This is annoying when, for instance, trying to serve Debian package repositories that commonly use symlinks for structure and indirection.
I propose to change it to serve symlinks that do not escape the IPFS directory. I admit this is potentially a security risk.
The text was updated successfully, but these errors were encountered: