Skip to content
New issue

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

403 for img's src #21

Open
biscarrosse opened this issue Aug 18, 2022 · 1 comment
Open

403 for img's src #21

biscarrosse opened this issue Aug 18, 2022 · 1 comment

Comments

@biscarrosse
Copy link

biscarrosse commented Aug 18, 2022

Description:

  • google will return 403 on img with src from user object after login if there is no referrerpolicy added to img tag

solution:
in components/Navbar.js
update img as:
<img src={user?.photoURL} referrerPolicy="no-referrer" />

@Haltarys
Copy link

Haltarys commented Mar 7, 2023

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants