Skip to content

Commit 8d17331

Browse files
committed
📝 Fix version info for api key leaks
1 parent 525ed17 commit 8d17331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎octoprint_file_check/static/js/file_check.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ $(function () {
2626
leaked_api_key: {
2727
message: gettext(
2828
"Your file contains an API key that is not supposed to be there. " +
29-
"This is caused by a bug in your slicer, and known to happen with PrusaSlicer (<1.4.0), " +
30-
"BambuStudio (<=1.8.4) and OrcaSlicer (<=1.9.0). " +
29+
"This is caused by a bug in your slicer, and known to happen with PrusaSlicer (<= 2.1.1), " +
30+
"BambuStudio (<= 1.8.4) and OrcaSlicer (<= 1.9.0). " +
3131
"Do not share this file with anyone, update your slicer to a patched version immediately, " +
3232
"and reslice your file. Also consider changing your API key in OctoPrint, as it might have been leaked by your slicer " +
3333
"to third parties through any GCODE files shared previously."

0 commit comments

Comments
 (0)