From 12168a49cdc5cedefe3a57ee6c8f7a2c76be6119 Mon Sep 17 00:00:00 2001 From: Sebastian Thulin Date: Thu, 14 Dec 2023 10:50:59 +0100 Subject: [PATCH] =?UTF-8?q?Add=20ett=20b=C3=A4ttre=20helsingborg=20as=20al?= =?UTF-8?q?lowed=20site.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/php/Component/Acceptance/Acceptance.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/php/Component/Acceptance/Acceptance.php b/source/php/Component/Acceptance/Acceptance.php index 9731ef81..f70e5e9d 100644 --- a/source/php/Component/Acceptance/Acceptance.php +++ b/source/php/Component/Acceptance/Acceptance.php @@ -121,7 +121,7 @@ public function getSuppliers() ), new Supplier( 'Helsingborg Stad', - array('helsingborg.se', 'www.helsingborg.se', 'driftinfo.helsingborg.se', 'it.helsingborg.se'), + array('helsingborg.se', 'www.helsingborg.se', 'driftinfo.helsingborg.se', 'it.helsingborg.se', 'ettbattre.helsingborg.se'), 'https://helsingborg.se/om-webbplatsen/sa-har-behandlar-vi-dina-personuppgifter/', false, 'municipal' @@ -174,7 +174,7 @@ public function getSuppliers() 'https://twoday.se/privacy-policy', false, 'login' - ), + ) ); if (function_exists('apply_filters')) {