Hi @georgeslucas, here I am back to you checking your thread I confirm that I am experiencing the issue and it will be fixed in the next update.
The issue is given with the release of Google Chrome browser (105) at the end of August 2022, the Expect-CT header was officially deprecated and removed in Google Chrome version 107.0.5304.122, now we are at Google Chrome version 108.0.5359.125 and I confirm that I have already fixed the fixed the issue.
Also in the topic you report the following alert “obsolete API used 2 warnings detected”, one warning was regarding the deprecation of the Expect-CT header and the other you should check it in the DOM by entering the following code and looking at the result returned in the “issue” item of chrome.
// Confirm the current origin of "parent.example.com"
console.log(document.domain);
// Set the document.domain
document.domain = 'example.com';
console.log(document.domain);
confirm that the next update will raise the “Best Practices” value from 83 to 92.
I can perform that check for you if you share me the website url also at [email protected]
Do not hesitate to contact me for more information or help, I am here contributes.