@missveronicatv thank you – I replaced
$fields[ $field ]['match'] = 'https://';
with
$fields[ $field ]['match'] = ' ';
and it seems to work fine now. Wondering exactly why it the previous solution worked but doesn’t now. Is the above just a workaround, or was the original solution wrong/incomplete?