Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2022-05-17 16:32:48 +0300
committerJaime van Kessel <nallath@gmail.com>2022-05-17 16:32:48 +0300
commit21fdaa70dda9688926ec39c66e2a6961efe8f67e (patch)
tree85fe9de7c500053222d22cb01e294e8f7df3b7b2 /cura_app.py
parentdd251b5117df14c30b8a9da42a429ab1b281dfb4 (diff)
parentbf9c3cbc8360b39011bd36e72cf237e2f38d13b6 (diff)
Merge branch '4.13' of github.com:Ultimaker/Cura
Diffstat (limited to 'cura_app.py')
-rwxr-xr-xcura_app.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cura_app.py b/cura_app.py
index e11e3c4232..905d8f4ee0 100755
--- a/cura_app.py
+++ b/cura_app.py
@@ -18,6 +18,7 @@ import os
if sys.platform != "linux": # Turns out the Linux build _does_ use this, but we're not making an Enterprise release for that system anyway.
os.environ["QT_PLUGIN_PATH"] = "" # Security workaround: Don't need it, and introduces an attack vector, so set to nul.
os.environ["QML2_IMPORT_PATH"] = "" # Security workaround: Don't need it, and introduces an attack vector, so set to nul.
+ os.environ["QT_OPENGL_DLL"] = "" # Security workaround: Don't need it, and introduces an attack vector, so set to nul.
from PyQt6.QtNetwork import QSslConfiguration, QSslSocket