In recent commit, preserved domains were transformed to upper case and stored, because all unordered_maps and sets were made to use new equality and hash operators. Those have been rolled back (to be committed), and now these anchored domains need to be transformed to lower, not upper.
Not doing this causes failure to match domains correctly.
In recent commit, preserved domains were transformed to upper case and stored, because all unordered_maps and sets were made to use new equality and hash operators. Those have been rolled back (to be committed), and now these anchored domains need to be transformed to lower, not upper.
Not doing this causes failure to match domains correctly.