How force strapi send creditance when get static data from public folder?

System Information
  • Strapi Version - 4.8.2:
  • Operating System:
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

Hi, I want to understand when image from public loads from my client side or strapi admin. As for client side I simple include cookies/headers with auth info to any request, but by default, strapi admin get images without auth info and user context is empty(

May be is it possible to use middleware / policy? Please give me flow.