Skip to content

Commit

Permalink
Merge branch '4.13' of github.com:Ultimaker/Cura
Browse files Browse the repository at this point in the history
  • Loading branch information
nallath committed May 17, 2022
2 parents dd251b5 + bf9c3cb commit 21fdaa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cura_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
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

Expand Down

0 comments on commit 21fdaa7

Please sign in to comment.