We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey,
sporadically I am getting 403 errors when fetching avatars from Google.
The solution is to add a referrerpolicy to the img tag.
referrerpolicy
https://stackoverflow.com/questions/40570117/http403-forbidden-error-when-trying-to-load-img-src-with-google-profile-pic/61042200#61042200
https://community.auth0.com/t/google-account-picture-request-forbidden/42031/15
Any possibility to give us the ability to configure this? Or just always add the above referrerpolicy whenever we request a Google image?
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
sporadically I am getting 403 errors when fetching avatars from Google.
The solution is to add a
referrerpolicy
to the img tag.https://stackoverflow.com/questions/40570117/http403-forbidden-error-when-trying-to-load-img-src-with-google-profile-pic/61042200#61042200
https://community.auth0.com/t/google-account-picture-request-forbidden/42031/15
Any possibility to give us the ability to configure this? Or just always add the above referrerpolicy whenever we request a Google image?
Thanks!
The text was updated successfully, but these errors were encountered: