From 910f2fcda4f6bac97eff06d706efb389bb0dbc52 Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Wed, 12 Jan 2022 14:36:59 +0000
Subject: [PATCH] Remove check for obsolete PHP5 suhosin extension

A new one is in the making but it's completely different.
---
 modules/admin/lib/Controller/Config.php          | 11 -----------
 modules/admin/locales/af/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/ar/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/cs/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/da/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/de/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/el/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/en/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/es/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/et/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/eu/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/fi/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/fr/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/he/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/hr/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/hu/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/id/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/it/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/ja/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/lb/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/lt/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/lv/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/nb/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/nl/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/nn/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/pl/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/pt-br/LC_MESSAGES/admin.po |  6 ------
 modules/admin/locales/pt/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/ro/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/ru/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/sl/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/sr/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/st/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/sv/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/tr/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/xh/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/zh-tw/LC_MESSAGES/admin.po |  6 ------
 modules/admin/locales/zh/LC_MESSAGES/admin.po    |  6 ------
 modules/admin/locales/zu/LC_MESSAGES/admin.po    |  6 ------
 39 files changed, 239 deletions(-)

diff --git a/modules/admin/lib/Controller/Config.php b/modules/admin/lib/Controller/Config.php
index b602bef3b..8bba958e6 100644
--- a/modules/admin/lib/Controller/Config.php
+++ b/modules/admin/lib/Controller/Config.php
@@ -431,17 +431,6 @@ class Config
             );
         }
 
-        // check for URL limitations
-        if (extension_loaded('suhosin')) {
-            $len = ini_get('suhosin.get.max_value_length');
-            if (empty($len) || $len < 2048) {
-                $warnings[] = Translate::noop(
-                    'The length of query parameters is limited by the PHP Suhosin extension. Please increase the ' .
-                    '<code>suhosin.get.max_value_length</code> option in your php.ini to at least 2048 bytes.'
-                );
-            }
-        }
-
         /*
          * Check for updates. Store the remote result in the session so we don't need to fetch it on every access to
          * this page.
diff --git a/modules/admin/locales/af/LC_MESSAGES/admin.po b/modules/admin/locales/af/LC_MESSAGES/admin.po
index 7041587bb..9924b6066 100644
--- a/modules/admin/locales/af/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/af/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/ar/LC_MESSAGES/admin.po b/modules/admin/locales/ar/LC_MESSAGES/admin.po
index 305271100..96573000a 100644
--- a/modules/admin/locales/ar/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/ar/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/cs/LC_MESSAGES/admin.po b/modules/admin/locales/cs/LC_MESSAGES/admin.po
index fc66ccab2..6e58b3188 100644
--- a/modules/admin/locales/cs/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/cs/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/da/LC_MESSAGES/admin.po b/modules/admin/locales/da/LC_MESSAGES/admin.po
index fa3cae153..a57e2d4ef 100644
--- a/modules/admin/locales/da/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/da/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/de/LC_MESSAGES/admin.po b/modules/admin/locales/de/LC_MESSAGES/admin.po
index 48123151f..c7892fdf6 100644
--- a/modules/admin/locales/de/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/de/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/el/LC_MESSAGES/admin.po b/modules/admin/locales/el/LC_MESSAGES/admin.po
index 315bf4f6f..c4857dd48 100644
--- a/modules/admin/locales/el/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/el/LC_MESSAGES/admin.po
@@ -281,12 +281,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/en/LC_MESSAGES/admin.po b/modules/admin/locales/en/LC_MESSAGES/admin.po
index 7fb2c5118..ed5ed0e21 100644
--- a/modules/admin/locales/en/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/en/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/es/LC_MESSAGES/admin.po b/modules/admin/locales/es/LC_MESSAGES/admin.po
index 58986cf26..274649472 100644
--- a/modules/admin/locales/es/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/es/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/et/LC_MESSAGES/admin.po b/modules/admin/locales/et/LC_MESSAGES/admin.po
index 0321b5eb6..36c373ef2 100644
--- a/modules/admin/locales/et/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/et/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/eu/LC_MESSAGES/admin.po b/modules/admin/locales/eu/LC_MESSAGES/admin.po
index ae6842989..0f15e8043 100644
--- a/modules/admin/locales/eu/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/eu/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/fi/LC_MESSAGES/admin.po b/modules/admin/locales/fi/LC_MESSAGES/admin.po
index 748f6483d..f9368a29f 100644
--- a/modules/admin/locales/fi/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/fi/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/fr/LC_MESSAGES/admin.po b/modules/admin/locales/fr/LC_MESSAGES/admin.po
index 44b7bbeda..37f9ab6e1 100644
--- a/modules/admin/locales/fr/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/fr/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/he/LC_MESSAGES/admin.po b/modules/admin/locales/he/LC_MESSAGES/admin.po
index 6156dbee0..98da61be5 100644
--- a/modules/admin/locales/he/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/he/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/hr/LC_MESSAGES/admin.po b/modules/admin/locales/hr/LC_MESSAGES/admin.po
index 61aa4bd8f..55e255249 100644
--- a/modules/admin/locales/hr/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/hr/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/hu/LC_MESSAGES/admin.po b/modules/admin/locales/hu/LC_MESSAGES/admin.po
index 7d6d6a4f4..88a82dd49 100644
--- a/modules/admin/locales/hu/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/hu/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/id/LC_MESSAGES/admin.po b/modules/admin/locales/id/LC_MESSAGES/admin.po
index 4f4438f03..02da3c069 100644
--- a/modules/admin/locales/id/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/id/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/it/LC_MESSAGES/admin.po b/modules/admin/locales/it/LC_MESSAGES/admin.po
index e4bdd4a68..8e5f38be8 100644
--- a/modules/admin/locales/it/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/it/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/ja/LC_MESSAGES/admin.po b/modules/admin/locales/ja/LC_MESSAGES/admin.po
index 6a61a5403..047ec6160 100644
--- a/modules/admin/locales/ja/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/ja/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/lb/LC_MESSAGES/admin.po b/modules/admin/locales/lb/LC_MESSAGES/admin.po
index 9726a45ce..15ef0b27b 100644
--- a/modules/admin/locales/lb/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/lb/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/lt/LC_MESSAGES/admin.po b/modules/admin/locales/lt/LC_MESSAGES/admin.po
index 0c123ddae..812ed9047 100644
--- a/modules/admin/locales/lt/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/lt/LC_MESSAGES/admin.po
@@ -281,12 +281,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/lv/LC_MESSAGES/admin.po b/modules/admin/locales/lv/LC_MESSAGES/admin.po
index f54fdb86a..08b10382b 100644
--- a/modules/admin/locales/lv/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/lv/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/nb/LC_MESSAGES/admin.po b/modules/admin/locales/nb/LC_MESSAGES/admin.po
index 995a74b4d..949d8effb 100644
--- a/modules/admin/locales/nb/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/nb/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/nl/LC_MESSAGES/admin.po b/modules/admin/locales/nl/LC_MESSAGES/admin.po
index b60337f71..9f716fa4d 100644
--- a/modules/admin/locales/nl/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/nl/LC_MESSAGES/admin.po
@@ -298,12 +298,6 @@ msgstr ""
 "simplesamlphp-maintenance\">Lees meer over het onderhoud van "
 "SimpleSAMLphp</a>."
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/nn/LC_MESSAGES/admin.po b/modules/admin/locales/nn/LC_MESSAGES/admin.po
index 18e04791d..eabfee81f 100644
--- a/modules/admin/locales/nn/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/nn/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/pl/LC_MESSAGES/admin.po b/modules/admin/locales/pl/LC_MESSAGES/admin.po
index 219b4183d..2b80d831e 100644
--- a/modules/admin/locales/pl/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/pl/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/pt-br/LC_MESSAGES/admin.po b/modules/admin/locales/pt-br/LC_MESSAGES/admin.po
index c322dc869..055375271 100644
--- a/modules/admin/locales/pt-br/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/pt-br/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/pt/LC_MESSAGES/admin.po b/modules/admin/locales/pt/LC_MESSAGES/admin.po
index 8ef6b537e..4bda40565 100644
--- a/modules/admin/locales/pt/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/pt/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/ro/LC_MESSAGES/admin.po b/modules/admin/locales/ro/LC_MESSAGES/admin.po
index e998f72e3..4e8c6185c 100644
--- a/modules/admin/locales/ro/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/ro/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/ru/LC_MESSAGES/admin.po b/modules/admin/locales/ru/LC_MESSAGES/admin.po
index 5fefbc71e..47516afcf 100644
--- a/modules/admin/locales/ru/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/ru/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/sl/LC_MESSAGES/admin.po b/modules/admin/locales/sl/LC_MESSAGES/admin.po
index 3a71d2550..e05780c98 100644
--- a/modules/admin/locales/sl/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/sl/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/sr/LC_MESSAGES/admin.po b/modules/admin/locales/sr/LC_MESSAGES/admin.po
index ec146e13c..d8f5cf9b6 100644
--- a/modules/admin/locales/sr/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/sr/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/st/LC_MESSAGES/admin.po b/modules/admin/locales/st/LC_MESSAGES/admin.po
index 77ee17a6b..f700dad9a 100644
--- a/modules/admin/locales/st/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/st/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/sv/LC_MESSAGES/admin.po b/modules/admin/locales/sv/LC_MESSAGES/admin.po
index 32dcbd507..d4beeae10 100644
--- a/modules/admin/locales/sv/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/sv/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/tr/LC_MESSAGES/admin.po b/modules/admin/locales/tr/LC_MESSAGES/admin.po
index 221937bec..566ee9d63 100644
--- a/modules/admin/locales/tr/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/tr/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/xh/LC_MESSAGES/admin.po b/modules/admin/locales/xh/LC_MESSAGES/admin.po
index 34266106a..2733c972e 100644
--- a/modules/admin/locales/xh/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/xh/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/zh-tw/LC_MESSAGES/admin.po b/modules/admin/locales/zh-tw/LC_MESSAGES/admin.po
index e2268dd1c..e4c673d67 100644
--- a/modules/admin/locales/zh-tw/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/zh-tw/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/zh/LC_MESSAGES/admin.po b/modules/admin/locales/zh/LC_MESSAGES/admin.po
index c86b9cf5a..8fdc4fe4b 100644
--- a/modules/admin/locales/zh/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/zh/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/zu/LC_MESSAGES/admin.po b/modules/admin/locales/zu/LC_MESSAGES/admin.po
index 150fa4c81..007eb6e89 100644
--- a/modules/admin/locales/zu/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/zu/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
-- 
GitLab