From e06440090062db09dda951dfab3f27fc6f82b089 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?=
{% trans url="http://plugins.octoprint.org/blacklist/" %}
+ By default, OctoPrint will use the blacklist hosted at plugins.octoprint.org/blacklist.json which you
+ can also take a look at in a more human readable format here.
+{% endtrans %}
{% trans %} Please decide whether to allow fetch and use of this centralized blacklist starting with the next server start. You may also change your decision at any time through Settings > Server right from within OctoPrint. diff --git a/src/octoprint/templates/snippets/settings/server/serverPluginBlacklistDescription.jinja2 b/src/octoprint/templates/snippets/settings/server/serverPluginBlacklistDescription.jinja2 index d4b12013..74880eb6 100644 --- a/src/octoprint/templates/snippets/settings/server/serverPluginBlacklistDescription.jinja2 +++ b/src/octoprint/templates/snippets/settings/server/serverPluginBlacklistDescription.jinja2 @@ -3,3 +3,8 @@ the use of a centralized plugin version blacklist to automatically disable such plugins before they can interfere with normal operation. {% endtrans %}
+ +{% trans url="http://plugins.octoprint.org/blacklist/" %}
+ By default, OctoPrint will use the blacklist hosted at plugins.octoprint.org/blacklist.json which you
+ can also take a look at in a more human readable format here.
+{% endtrans %}