📢 ensure legacy proxy is disabled
In the current development branch the legacy proxy functionality has been removed github.com/friendica/friendica… as bad actors might misuse it.
If you are using any other version of Friendica, please ensure that the proxify_content
config variable is set to false
. For this you can either use the admin panel (Site configuration -> Proxify external content) or set it to false on the command line using the console tool bin/console config system proxify_content 0
.