parent
107954021b
commit
e064400900
2 changed files with 10 additions and 0 deletions
|
|
@ -6,6 +6,11 @@
|
|||
normal operation, allowing you to uninstall or update them to a newer version.
|
||||
{% endtrans %}</p>
|
||||
|
||||
<p>{% trans url="http://plugins.octoprint.org/blacklist/" %}
|
||||
By default, OctoPrint will use the blacklist hosted at <code>plugins.octoprint.org/blacklist.json</code> which you
|
||||
can also take a look at in a more human readable format <a href="{{ url }}" target="_blank">here</a>.
|
||||
{% endtrans %}</p>
|
||||
|
||||
<p>{% 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.
|
||||
|
|
|
|||
|
|
@ -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 %}</p>
|
||||
|
||||
<p>{% trans url="http://plugins.octoprint.org/blacklist/" %}
|
||||
By default, OctoPrint will use the blacklist hosted at <code>plugins.octoprint.org/blacklist.json</code> which you
|
||||
can also take a look at in a more human readable format <a href="{{ url }}" target="_blank">here</a>.
|
||||
{% endtrans %}</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue