[Vuejs]-CORS Error When Rendering Firebase PhotoURL in Vue App

0👍

It appears that google rate limits calls to their services, because my referrer is localhost:port, the rate limit applies to all users accessing the API via localhost on the same port. Adding the referrerpolicy tag seems to help in development:

See this question for more info.

Leave a comment