mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2024-12-27 23:45:10 +01:00
added hyper:// to default protocols
This commit is contained in:
parent
d81acb5f62
commit
a784c09db8
@ -97,6 +97,7 @@ config :pleroma, :uri_schemes,
|
||||
"dat",
|
||||
"dweb",
|
||||
"gopher",
|
||||
"hyper",
|
||||
"ipfs",
|
||||
"ipns",
|
||||
"irc",
|
||||
|
@ -498,6 +498,7 @@ config :pleroma, :config_description, [
|
||||
"dat",
|
||||
"dweb",
|
||||
"gopher",
|
||||
"hyper",
|
||||
"ipfs",
|
||||
"ipns",
|
||||
"irc",
|
||||
|
Loading…
Reference in New Issue
Block a user