mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Commented out this non-critical piece of code that probably does something...
This commit is contained in:
parent
1619a63d12
commit
60eada3968
|
@ -19,9 +19,9 @@ if EULAController().check_eula_existence() is False:
|
||||||
if EULAController().check_eula_confirmation() is False:
|
if EULAController().check_eula_confirmation() is False:
|
||||||
EULAController().confirm_eula()
|
EULAController().confirm_eula()
|
||||||
|
|
||||||
if not environ.get("PYTHONHTTPSVERIFY", "") and getattr(
|
# if not environ.get("PYTHONHTTPSVERIFY", "") and getattr(
|
||||||
ssl, "_create_unverified_context", None):
|
# ssl, "_create_unverified_context", None):
|
||||||
ssl._create_default_https_context = ssl._create_unverified_context
|
# ssl._create_default_https_context = ssl._create_unverified_context
|
||||||
|
|
||||||
simple_informant.check_permissions()
|
simple_informant.check_permissions()
|
||||||
# verCheck() # For now it's useless, i'll rewrite it later, after release.
|
# verCheck() # For now it's useless, i'll rewrite it later, after release.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user