• Resolved georgeslucas

    (@georgeslucas)


    Après la dernière mise à jour, j’ai resté mon site sur PageSpeed Insights,
    Je suis passé de 92 à 83 en bonnes pratiques avec ce commentaire:
    “API obsolètes utilisées?2?avertissements détectés” .
    Savez-vous d’où peut venir le problème ?

    Thème (Astra), WordPress et plugins tous à jour.

Viewing 1 replies (of 1 total)
  • Plugin Author Andrea Ferro

    (@unicorn03)

    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.

Viewing 1 replies (of 1 total)
  • The topic ‘API obsolètes utilisées’ is closed to new replies.