From 421390a3ad06b18001d8d7fd50b26a3eb47beed0 Mon Sep 17 00:00:00 2001 From: Hystepik Date: Fri, 14 Feb 2025 11:39:17 +0100 Subject: [PATCH] fix CI --- htdocs/website/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/website/index.php b/htdocs/website/index.php index d2421d17e95..fb9f5f3c214 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -4398,7 +4398,7 @@ if ($action == 'editsecurity') { $examplecsprule = "frame-ancestors 'self'; img-src * data:; font-src *; default-src 'self' 'unsafe-inline' 'unsafe-eval' *.paypal.com *.stripe.com *.google.com *.googleapis.com *.google-analytics.com *.googletagmanager.com;"; // Force CSPRO print ''; - print ''.$form->textwithpicto($langs->trans('WebsiteSecurityForceCSPRO'), $langs->trans("Exemple").": ".$examplecsprule).''; + print ''.$form->textwithpicto($langs->trans('WebsiteSecurityForceCSPRO'), $langs->trans("Example").": ".$examplecsprule).''; print 'id."_SECURITY_FORCECSPRO").'">'; print ''; print ''; @@ -4407,7 +4407,7 @@ if ($action == 'editsecurity') { // Content Security Policy print '
'; print ''; - print ''; + print ''; print ''; print '';
'.$form->textwithpicto($langs->trans('ContentSecurityPolicy'), $langs->trans("Exemple").": ".$examplecsprule).'
'.$form->textwithpicto($langs->trans('ContentSecurityPolicy'), $langs->trans("Example").": ".$examplecsprule).'
'.$langs->trans("Value").':