diff options
author | DYM <re@dym.sh> | 2020-07-07 09:05:54 +0200 |
---|---|---|
committer | DYM <re@dym.sh> | 2020-07-07 09:05:54 +0200 |
commit | a784c09db861c097557fe62f7e451fcd457c9740 (patch) | |
tree | ea749caad9822b35b9dadb7ff5c21b5c7ad27e6d | |
parent | d81acb5f6250766eef1dc8c51ed0c79e819ae2af (diff) | |
download | pleroma-a784c09db861c097557fe62f7e451fcd457c9740.tar.gz |
added hyper:// to default protocols
-rw-r--r-- | config/config.exs | 1 | ||||
-rw-r--r-- | config/description.exs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index d28a359b2..6c2707f26 100644 --- a/config/config.exs +++ b/config/config.exs @@ -97,6 +97,7 @@ config :pleroma, :uri_schemes, "dat", "dweb", "gopher", + "hyper", "ipfs", "ipns", "irc", diff --git a/config/description.exs b/config/description.exs index 370af80a6..650610fbe 100644 --- a/config/description.exs +++ b/config/description.exs @@ -498,6 +498,7 @@ config :pleroma, :config_description, [ "dat", "dweb", "gopher", + "hyper", "ipfs", "ipns", "irc", |