Issue #1472350 by John Morahan, greggles: Make 'translate interface' restricted after DRUPAL-PSA-2012-001 - localizations - Cross Site Scripting.
parent
2b8a8b54b1
commit
9d5e49396a
|
@ -253,6 +253,7 @@ function locale_permission() {
|
|||
),
|
||||
'translate interface' => array(
|
||||
'title' => t('Translate interface texts'),
|
||||
'restrict access' => TRUE,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue