Is it possible to use a wildcard for the tld in an http referrer restriction on a google maps api-key?
For example, my referrers are:
- www.example.com/test
- www.example.de/test
It works if I don't use a wildcard for the tld in the api-key restrictions:
- *.example.com/*
- *.example.de/*
It doesn't NOT work if I use a wildcard for the tld:
- *.example.*/*