File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,12 @@ class WiFiStatusPlugin(
3131 octoprint .plugin .SettingsPlugin ,
3232 octoprint .plugin .SimpleApiPlugin ,
3333):
34+ def is_template_autoescaped (self ):
35+ return True
36+
37+ def is_api_protected (self ):
38+ return True
39+
3440 def update_interface_list (self ):
3541 self ._interfaces = [None ]
3642 # Get list of interfaces for settings
Original file line number Diff line number Diff line change 55plugin_identifier = "wifistatus"
66plugin_package = "octoprint_{}" .format (plugin_identifier )
77plugin_name = "WiFi Status"
8- plugin_version = "1.9.0 "
8+ plugin_version = "1.9.1 "
99plugin_description = "Displays WiFi status on the navbar"
1010plugin_author = "Manuel McLure"
1111plugin_author_email = "manuel@mclure.org"
You can’t perform that action at this time.
0 commit comments