diff --git a/src/nginxconfig/i18n/de/templates/global_sections/security.js b/src/nginxconfig/i18n/de/templates/global_sections/security.js index a67c84a..2f1266a 100644 --- a/src/nginxconfig/i18n/de/templates/global_sections/security.js +++ b/src/nginxconfig/i18n/de/templates/global_sections/security.js @@ -29,4 +29,5 @@ import common from '../../common'; export default { whenUsingWordPressUnsafeEvalIsOftenRequiredToAllowFunctionality: `Bei der Verwendung von ${common.wordPress} ist es oft nötig, script-src 'self' 'unsafe-inline' 'unsafe-eval'; in die Content Security Policy aufzunehmen, damit der Admin-Bereich korrekt funktioniert.`, security: 'Security', + blockCommonExploits: 'Block common exploits', // TODO: translate }; diff --git a/src/nginxconfig/i18n/es/templates/global_sections/security.js b/src/nginxconfig/i18n/es/templates/global_sections/security.js index 38ae35a..bdbdbd5 100644 --- a/src/nginxconfig/i18n/es/templates/global_sections/security.js +++ b/src/nginxconfig/i18n/es/templates/global_sections/security.js @@ -29,4 +29,5 @@ import common from '../../common'; export default { whenUsingWordPressUnsafeEvalIsOftenRequiredToAllowFunctionality: `Cuando usan ${common.wordPress}, script-src 'self' 'unsafe-inline' 'unsafe-eval'; es usualmente requerido en el Content Security Policy para permitir que el panel de administrador funcione correctamente.`, security: 'Seguridad', + blockCommonExploits: 'Block common exploits', // TODO: translate }; diff --git a/src/nginxconfig/i18n/fr/templates/global_sections/security.js b/src/nginxconfig/i18n/fr/templates/global_sections/security.js index 3ddc4af..5d9dc0c 100644 --- a/src/nginxconfig/i18n/fr/templates/global_sections/security.js +++ b/src/nginxconfig/i18n/fr/templates/global_sections/security.js @@ -29,4 +29,5 @@ import common from '../../common'; export default { whenUsingWordPressUnsafeEvalIsOftenRequiredToAllowFunctionality: `Lors de l'utilisation de ${common.wordPress}, script-src 'self' 'unsafe-inline' 'unsafe-eval'; est fréquemment exigé par la Politique de Sécurité du Contenu pour assurer le bon fonctionnement du panneau d'administration.`, security: 'Sécurité', + blockCommonExploits: 'Block common exploits', // TODO: translate }; diff --git a/src/nginxconfig/i18n/ja/templates/global_sections/security.js b/src/nginxconfig/i18n/ja/templates/global_sections/security.js index 2ff5593..d8f403e 100644 --- a/src/nginxconfig/i18n/ja/templates/global_sections/security.js +++ b/src/nginxconfig/i18n/ja/templates/global_sections/security.js @@ -29,4 +29,5 @@ import common from '../../common'; export default { whenUsingWordPressUnsafeEvalIsOftenRequiredToAllowFunctionality: `${common.wordPress} を利用している場合、 script-src 'self' 'unsafe-inline' 'unsafe-eval'; は、管理画面を正しく機能させるために、コンテンツセキュリティポリシーで要求されることが多いようです。`, security: 'セキュリティ', + blockCommonExploits: 'Block common exploits', // TODO: translate }; diff --git a/src/nginxconfig/i18n/pl/templates/global_sections/security.js b/src/nginxconfig/i18n/pl/templates/global_sections/security.js index d65e247..946619e 100644 --- a/src/nginxconfig/i18n/pl/templates/global_sections/security.js +++ b/src/nginxconfig/i18n/pl/templates/global_sections/security.js @@ -29,4 +29,5 @@ import common from '../../common'; export default { whenUsingWordPressUnsafeEvalIsOftenRequiredToAllowFunctionality: `Korzystając z ${common.wordPress}, script-src 'self' 'unsafe-inline' 'unsafe-eval'; jest często wymagany w Content Security Policy aby panel administracyjny działał poprawnie.`, security: 'Bezpieczeństwo', + blockCommonExploits: 'Block common exploits', // TODO: translate }; diff --git a/src/nginxconfig/i18n/pt-br/templates/global_sections/security.js b/src/nginxconfig/i18n/pt-br/templates/global_sections/security.js index 14bd1d1..3114c1f 100644 --- a/src/nginxconfig/i18n/pt-br/templates/global_sections/security.js +++ b/src/nginxconfig/i18n/pt-br/templates/global_sections/security.js @@ -29,4 +29,5 @@ import common from '../../common'; export default { whenUsingWordPressUnsafeEvalIsOftenRequiredToAllowFunctionality: `Ao utilizar o ${common.wordPress}, script-src 'self' 'unsafe-inline' 'unsafe-eval'; é frequentemente exigido na Política de Segurança de Conteúdo para permitir que o painel de administração funcione corretamente.`, security: 'Segurança', + blockCommonExploits: 'Block common exploits', // TODO: translate }; diff --git a/src/nginxconfig/i18n/ru/templates/global_sections/security.js b/src/nginxconfig/i18n/ru/templates/global_sections/security.js index 6ad03dc..78d2348 100644 --- a/src/nginxconfig/i18n/ru/templates/global_sections/security.js +++ b/src/nginxconfig/i18n/ru/templates/global_sections/security.js @@ -29,4 +29,5 @@ import common from '../../common'; export default { whenUsingWordPressUnsafeEvalIsOftenRequiredToAllowFunctionality: `Во время использования ${common.wordPress}, script-src 'self' 'unsafe-inline' 'unsafe-eval'; часто требуется в Content Security Policy, чтобы панель администратора работала исправно.`, security: 'Безопасность', + blockCommonExploits: 'Block common exploits', // TODO: translate }; diff --git a/src/nginxconfig/i18n/zh-cn/templates/global_sections/security.js b/src/nginxconfig/i18n/zh-cn/templates/global_sections/security.js index 4b2844d..72c846c 100644 --- a/src/nginxconfig/i18n/zh-cn/templates/global_sections/security.js +++ b/src/nginxconfig/i18n/zh-cn/templates/global_sections/security.js @@ -29,4 +29,5 @@ import common from '../../common'; export default { whenUsingWordPressUnsafeEvalIsOftenRequiredToAllowFunctionality: `当使用${common.wordPress}时,script-src 'self' 'unsafe-inline' 'unsafe-eval'; 通常需要置于内容安全策略中,以确保管理面板的正常运行。`, security: '安全', + blockCommonExploits: 'Block common exploits', // TODO: translate }; diff --git a/src/nginxconfig/i18n/zh-tw/templates/global_sections/security.js b/src/nginxconfig/i18n/zh-tw/templates/global_sections/security.js index 5a1df08..7fcd085 100644 --- a/src/nginxconfig/i18n/zh-tw/templates/global_sections/security.js +++ b/src/nginxconfig/i18n/zh-tw/templates/global_sections/security.js @@ -29,4 +29,5 @@ import common from '../../common'; export default { whenUsingWordPressUnsafeEvalIsOftenRequiredToAllowFunctionality: `使用 ${common.wordPress} 時,通常需在 CSP 中加入 script-src 'self' 'unsafe-inline' 'unsafe-eval';,以使管理面板正常運作。`, security: '安全性', + blockCommonExploits: 'Block common exploits', // TODO: translate };