mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-11 11:49:15 +00:00
added hyper:// to default protocols
This commit is contained in:
parent
d81acb5f62
commit
a784c09db8
2 changed files with 2 additions and 0 deletions
|
@ -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 a new issue