From cfccf4aec64f0aa7160fd7ed7e4bdd18fe2eb20d Mon Sep 17 00:00:00 2001 From: usmannasir Date: Wed, 24 Jan 2024 11:05:51 +0500 Subject: [PATCH] add improvments for ssl --- CyberCP/secMiddleware.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CyberCP/secMiddleware.py b/CyberCP/secMiddleware.py index 1f79d955d..ae54dba73 100755 --- a/CyberCP/secMiddleware.py +++ b/CyberCP/secMiddleware.py @@ -55,13 +55,13 @@ class secMiddleware: from plogical.processUtilities import ProcessUtilities - if os.path.exists(ProcessUtilities.debugPath): - logging.writeToFile(request.build_absolute_uri()) + # if os.path.exists(ProcessUtilities.debugPath): + # logging.writeToFile(request.build_absolute_uri()) FinalURL = request.build_absolute_uri().split('?')[0] - if os.path.exists(ProcessUtilities.debugPath): - logging.writeToFile(f'Final actual URL without QS {FinalURL}') + # if os.path.exists(ProcessUtilities.debugPath): + # logging.writeToFile(f'Final actual URL without QS {FinalURL}') if request.method == 'POST': try: