From 3eff5e883cce66f046d3278ca69410c5613ae0ed Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Sat, 10 Mar 2012 12:38:14 -0800 Subject: [PATCH] Issue #1472350 by John Morahan, greggles: Make 'translate interface' restricted after DRUPAL-PSA-2012-001 - localizations - Cross Site Scripting. --- core/modules/locale/locale.module | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/locale/locale.module b/core/modules/locale/locale.module index c49dabef2b3c..6b9ab6e7b2c6 100644 --- a/core/modules/locale/locale.module +++ b/core/modules/locale/locale.module @@ -207,6 +207,7 @@ function locale_permission() { return array( 'translate interface' => array( 'title' => t('Translate interface texts'), + 'restrict access' => TRUE, ), ); } -- GitLab