From 1e806b6d1dbe96f39ce20ad65e098b790629d47e Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Wed, 29 Jun 2022 10:33:31 +0100 Subject: [PATCH] re-add gopher to url schemes --- config/config.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.exs b/config/config.exs index ea0b23360..00f9af797 100644 --- a/config/config.exs +++ b/config/config.exs @@ -97,6 +97,7 @@ config :pleroma, :uri_schemes, "http", "dat", "dweb", + "gopher", "hyper", "ipfs", "ipns",