Google maps API referrer not allowed

前端 未结 9 591
长发绾君心
长发绾君心 2020-12-11 00:43

I am getting the error RefererNotAllowedMapError from some PC\'s when I load a page on my site.

RefererNotAllowedMapError

<
9条回答
  •  感情败类
    2020-12-11 01:22

    Note the DOT at the beginning of the expression, it's a char!

    *.stackoverflow.com/* // this will not work with http://stackoverflow.com

    You will also have to add:

    *://stackoverflow.com/* // now it will cover all domain variation

提交回复
热议问题