File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def __call__(self, request):
7474
7575 if request .build_absolute_uri ().find ('api/verifyConn' ) > - 1 or 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 ('verifyLogin' ) > - 1 or request .build_absolute_uri ().find ('submitUserCreation' ) > - 1 :
7676 continue
77- if key == 'recordContentAAAA' or key == 'backupDestinations' or key == 'ports' \
77+ if key == 'key' or key == 'cert' or key == ' recordContentAAAA' or key == 'backupDestinations' or key == 'ports' \
7878 or key == 'imageByPass' or key == 'passwordByPass' or key == 'cronCommand' \
7979 or key == 'emailMessage' or key == 'configData' or key == 'rewriteRules' \
8080 or key == 'modSecRules' or key == 'recordContentTXT' or key == 'SecAuditLogRelevantStatus' \
You can’t perform that action at this time.
0 commit comments