Bearer token shows in browser console even with HTTPS connection

I’m using strapi version 4.16.2 with a front made in vue 2 with nuxt v2.17.3.

I’ve been researching on the internet and i’ve seen in several forums that if the connection with strapi is from http, the token will be seen from the browser console, however if the connection is https with the ssl certificate, the token will be encrypted in the request headers and therefore will not be visible. I uploaded both strapi and nuxt projects to production. They both have an https domain with ssl certificate and i can still see the Bearer token in the browser console. By the way in nuxt i’m using @nuxtjs/strapi to handle the calls. And to set the token i’m using strapi’s “setToken” function.