next-firebase-course icon indicating copy to clipboard operation
next-firebase-course copied to clipboard

403 for img's src

Open biscarrosse opened this issue 2 years ago • 1 comments

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" />

biscarrosse avatar Aug 18 '22 15:08 biscarrosse

Thank you!

Haltarys avatar Mar 07 '23 16:03 Haltarys