Devug v23

This commit is contained in:
Laurent Destailleur
2025-11-24 16:29:21 +01:00
parent 0c8581f80d
commit b61ff7d17a
53 changed files with 53 additions and 53 deletions

View File

@@ -45,7 +45,7 @@ if (!$user->admin) {
}
$action = GETPOST('action', 'aZ09');
$cancel = GETPOST('cancel', 'aZ09');
$cancel = GETPOST('cancel', 'alpha');
$forceCSP = getDolGlobalString("MAIN_SECURITY_FORCECSP");
$selectarrayCSPDirectives = GetContentPolicyDirectives();