From 13b03b232ba9a5b3c30784adc3a8bf8f03b90f63 Mon Sep 17 00:00:00 2001 From: hesch Date: Thu, 11 Feb 2021 17:38:39 +0100 Subject: refactor: remove referer checks, as they are no longer needed (replaced by csrf tokens) (#3432) --- app/i18n/ru/install.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/i18n/ru/install.php') diff --git a/app/i18n/ru/install.php b/app/i18n/ru/install.php index a8db3f436..064390212 100644 --- a/app/i18n/ru/install.php +++ b/app/i18n/ru/install.php @@ -60,10 +60,6 @@ return array( 'nok' => 'У вас нет расширения PHP fileinfo (пакет fileinfo).', 'ok' => 'У вас установлено расширение fileinfo.', ), - 'http_referer' => array( - 'nok' => 'Убедитесь, что вы не изменяете ваш HTTP REFERER.', - 'ok' => 'Ваш HTTP REFERER известен и соотвествует вашему серверу.', - ), 'json' => array( 'nok' => 'Cannot find the recommended library to parse JSON.', // TODO - Translation 'ok' => 'You have the recommended library to parse JSON.', // TODO - Translation -- cgit v1.2.3