diff --git a/CyberCP/secMiddleware.py b/CyberCP/secMiddleware.py index 63e5aae11..322c03bbf 100755 --- a/CyberCP/secMiddleware.py +++ b/CyberCP/secMiddleware.py @@ -69,7 +69,11 @@ class secMiddleware: if request.build_absolute_uri().find('webhook') > -1 or request.build_absolute_uri().find('saveSpamAssassinConfigurations') > -1 or request.build_absolute_uri().find('docker') > -1 or request.build_absolute_uri().find('cloudAPI') > -1 or request.build_absolute_uri().find('filemanager') > -1 or request.build_absolute_uri().find('verifyLogin') > -1 or request.build_absolute_uri().find('submitUserCreation') > -1: continue - if key == 'recordContentAAAA' or key == 'backupDestinations' or key == 'ports' or key == 'imageByPass' or key == 'passwordByPass' or key == 'cronCommand' or key == 'emailMessage' or key == 'configData' or key == 'rewriteRules' or key == 'modSecRules' or key == 'recordContentTXT' or key == 'SecAuditLogRelevantStatus' or key == 'fileContent': + if key == 'recordContentAAAA' or key == 'backupDestinations' or key == 'ports' \ + or key == 'imageByPass' or key == 'passwordByPass' or key == 'cronCommand' \ + or key == 'emailMessage' or key == 'configData' or key == 'rewriteRules' \ + or key == 'modSecRules' or key == 'recordContentTXT' or key == 'SecAuditLogRelevantStatus' \ + or key == 'fileContent' or key == 'commands': continue if value.find(';') > -1 or value.find('&&') > -1 or value.find('|') > -1 or value.find('...') > -1 \ or value.find("`") > -1 or value.find("$") > -1 or value.find("(") > -1 or value.find(")") > -1 \ diff --git a/loginSystem/templates/loginSystem/login.html b/loginSystem/templates/loginSystem/login.html index a0631e00a..e6252a88d 100755 --- a/loginSystem/templates/loginSystem/login.html +++ b/loginSystem/templates/loginSystem/login.html @@ -163,7 +163,7 @@ style="padding-bottom: 0px; color: #33CCCC;"> CyberPanel - v 1.9 + v 2.0

Web Hosting Control Panel