From 32ca8540732f5ce1e5d65157b3a501adecbeca5f Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Fri, 29 Sep 2023 17:22:20 +0100 Subject: [PATCH] Add UK-specific excluded calculated homepage domains Requires https://github.com/mysociety/alaveteli/pull/7836 --- lib/model_patches.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/lib/model_patches.rb b/lib/model_patches.rb index 5ecdb75d..7896b366 100644 --- a/lib/model_patches.rb +++ b/lib/model_patches.rb @@ -73,6 +73,23 @@ def late_calculator prepend ProAccountBans::ModelMethods end + PublicBody.excluded_calculated_home_page_domains << %w[ + aol.co.uk + blueyonder.co.uk + btconnect.com + btinternet.com + btopenworld.com + hotmail.co.uk + live.co.uk + ntlworld.com + sky.com + talk21.com + talktalk.net + tiscali.co.uk + virginmedia.com + yahoo.co.uk + ] + PublicBody.class_eval do # Return the domain part of an email address, canonicalised and with common # extra UK Government server name parts removed.