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
Maybe it's possible to add an option to select which public gateway to substitute in generated URL, if there are more than one in Preferences? For now it seems to be hardcoded on ipfs.io.
Yes, right now https://ipfs.io/ is hardcoded.
A good feature would be to specify custom one and use it in:
Copy public gateway URL function
links made by linkifyDOM experiment
custom protocol handlers when IPFS API is down (fallback to public gateway)
The text was updated successfully, but these errors were encountered:
Now that we can detect IPFS resources on any page,
list of public gateways is no longer needed.
This commit replaces the list with type-safe URL
of a single public gateway.
User-defined public gateway is used in:
- "copy public gateway URL" function
- links made by linkifyDOM experiment
- custom protocol handlers when IPFS API is down
(fallback gateway)
Closes#284
Good suggestion by @lockedshadow from #16 (comment):
Yes, right now
https://ipfs.io/
is hardcoded.A good feature would be to specify custom one and use it in:
linkifyDOM
experimentThe text was updated successfully, but these errors were encountered: