diff --git a/app/ContentWarnings.php b/app/ContentWarnings.php
index a52a3a7b7ac102547a4fcba8e34702d040af7ff7..6d444cb5972f1823ba3e03d84bf9ed6f71d4c858 100644
--- a/app/ContentWarnings.php
+++ b/app/ContentWarnings.php
@@ -30,6 +30,7 @@ class ContentWarnings
*/
public static function enableContentWarnings(Result &$result)
{
+ return;
$blocked = self::checkResult($result);
if ($blocked === 0) {
// No content warning necessary
diff --git a/resources/lang/de/content-warning.php b/resources/lang/de/content-warning.php
index 09e29965dbf01fcce2d96d183020b4d9aac6987b..1a6e816bb6c620007003321b70d484158d9bf9fb 100644
--- a/resources/lang/de/content-warning.php
+++ b/resources/lang/de/content-warning.php
@@ -1,7 +1,7 @@
"Achtung: Diese Webseite könnte Fehlinformationen enthalten",
+ 'title' => "Achtung: Bitte prüfen Sie Informationen stets",
'p1' => "In der heutigen Zeit ist es wichtiger denn je geworden, Informationen auf Webseiten nicht blind zu vertrauen. Durch die Menge der im Zusammenhang mit dem russischen Überfall auf die Ukraine gestreuten Falschinformationen sahen wir uns gezwungen, diese Vorschaltseite bei einigen Ergebnissen zu zeigen. Diese betrifft viele Webseiten, die wahrscheinlich keine Falschinformationen verbreiten. Wir möchten diese Gelegenheit trotzdem nutzen, um darauf hinzuweisen, dass es ratsam ist \"Fakten\" auf Webseiten stets auf Ihre Glaubwürdigkeit und Richtigkeit hin zu überprüfen.",
'to_website' => 'Weiter zur Webseite',
'back_to_search' => 'Zurück zur Ergebnisliste',
diff --git a/resources/lang/en/content-warning.php b/resources/lang/en/content-warning.php
index 4839af3f7f0634b74a4b64302024b7fa8ecf57d3..93dd6e24963d640a9da1d8e8e3155783580f5934 100644
--- a/resources/lang/en/content-warning.php
+++ b/resources/lang/en/content-warning.php
@@ -1,7 +1,7 @@
"Attention: This website may contain misinformation",
+ 'title' => "Attention: Please always check information",
'p1' => "In today's world, it has become more important than ever not to blindly trust information on websites. Due to the amount of false information spread in connection with the Russian invasion of Ukraine, we were forced to publish this Show caption page for some results. This affects many websites that are unlikely to spread misinformation. Nevertheless, we would like to take this opportunity to point out that it is always advisable to check \"facts\" on websites for their credibility and correctness.",
'to_website' => 'Continue to the website',
'back_to_search' => 'Back to the results',
diff --git a/resources/lang/es/content-warning.php b/resources/lang/es/content-warning.php
index a45cf2362b113f467b2cafae8ddab8c2301be33b..720db6fb5c83d7bee87c0c913552f20124d384b9 100644
--- a/resources/lang/es/content-warning.php
+++ b/resources/lang/es/content-warning.php
@@ -1,7 +1,7 @@
"Atención: Este sitio web puede contener información errónea",
+ 'title' => "Atención: Por favor siempre verifique la información",
'p1' => "En el mundo actual, se ha vuelto más importante que nunca no confiar ciegamente en la información de los sitios web. Debido a la cantidad de información falsa difundida en relación con la invasión rusa de Ucrania, nos vimos obligados a publique esta página Mostrar subtítulos para obtener algunos resultados. Esto afecta a muchos sitios web que es poco probable que difundan información errónea. Sin embargo, nos gustaría aprovechar esta oportunidad para señalar que siempre es recomendable comprobar \"hechos\" en los sitios web para comprobar su credibilidad y corrección.",
'to_website' => 'Continuar al sitio web',
'back_to_search' => 'Volver a los resultados',