About the content security policies

Hi!
I'm having certain issue with Kibana 8.5. Truly i don't know since when this started happening. The problem is this message the kibana shows when landing on the site that says:

"Kibana has strict security requirements enabled that your current browser does not meet"

Doing some research on google, stack overflow and here i figured it out by adding the

csp.strict: false

rule to the kibana yml config file. Now it works but still shows some toast notification about the browser not meeting the security requirements to use the kibana, although it works.

What pushed me to open up this topic is the fact that this issue comes up using the very same version of Chrome (126.0.6478.56 (Official Build) (64-bit)) .
The difference between the browser with the error could be the connection source (although both connections are regular internet).

I have seen few topics like this in here, but all closed with no further answers except for the csp rule set to false suggestion.

I would be so glad if someone could explain why could this be happening like this on same exact browsers.

 server.port: 5601
server.host: "htelkqa01.hst.test.com"
server.publicBaseUrl: "https://logstest.myserver.com"
elasticsearch.hosts: ["http://localhost:9200"]
elasticsearch.username: "kibana_system"
elasticsearch.password: "xXxena!"
logging:
  appenders:
    file:
      type: file
      fileName: /var/log/kibana/kibana.log
      layout:
        type: json
  root:
    appenders:
      - default
      - file
pid.file: /run/kibana/kibana.pid
csp.strict: false