Based on documentation here
I added http restrictions using wildcards like so:
This should cover all paths for all subdomains, but I receive RefererNotAllowedMapError
error when I try to use https://www.dev.mydomain.com/#/
I even tried explicitly adding https://www.dev.mydomain.com/#/
, but I get same error.
I am totally lost and have no idea what to do. Clearly other people are using Google Maps APIs and not leaving them totally unrestricted so there has to be a way to do this.
https://www.dev.mydomain.com/#/
– Moonshot