Wildcard is for exact domains, the wildcard blocks subdomains of the top domain. Entering regex chars like the * and choosing wildcard is trying to wildcard that value.
That says literally “Zero or more (.|^) chars” which is not right.
regexr.com/4v4vl
Edit: copy paste breaks the formatting but the regexr link shows what I mean.