diff options
| author | 2021-02-11 17:38:39 +0100 | |
|---|---|---|
| committer | 2021-02-11 17:38:39 +0100 | |
| commit | 13b03b232ba9a5b3c30784adc3a8bf8f03b90f63 (patch) | |
| tree | 118f918203c3e0eae98a8e7b6bc1ffad13b880c5 /app/i18n/pt-br/install.php | |
| parent | 54f04e1233b59f1b62c8a79060b59c786a142792 (diff) | |
refactor: remove referer checks, as they are no longer needed (replaced by csrf tokens) (#3432)
Diffstat (limited to 'app/i18n/pt-br/install.php')
| -rw-r--r-- | app/i18n/pt-br/install.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/i18n/pt-br/install.php b/app/i18n/pt-br/install.php index abb5f6982..82815947e 100644 --- a/app/i18n/pt-br/install.php +++ b/app/i18n/pt-br/install.php @@ -60,10 +60,6 @@ return array( 'nok' => 'Não foi possível encontrar a biblioteca fileinfo do PHP (fileinfo).', 'ok' => 'Você tem a biblioteca fileinfo.', ), - 'http_referer' => array( - 'nok' => 'Por favor verifique se você não está alterando o cabeçalho HTTP REFERER.', - 'ok' => 'O cabeçalho HTTP REFERER é conhecido e corresponde ao seu servidor.', - ), 'json' => array( 'nok' => 'Não foi possível encontrar JSON (php-json).', 'ok' => 'Você tem a extensão JSON.', |
