前提・実現したいこと
ここで質問して良いのかどうかわかりませんが、どこで質問したら良いのかわからないので教えて下さい。
chromeのconsoleタブのエラーが、出てこないようにしたいです。
発生している問題・エラーメッセージ
Indicate whether a cookie is intended to be set in a cross-site context by specifying its SameSite attribute Because a cookie’s SameSite attribute was not set or is invalid, it defaults to SameSite=Lax, which prevents the cookie from being set in a cross-site context. This behavior protects user data from accidentally leaking to third parties and cross-site request forgery. Resolve this issue by updating the attributes of the cookie: Specify SameSite=None and Secure if the cookie is intended to be set in cross-site contexts. Note that only cookies sent over HTTPS may use the Secure attribute. Specify SameSite=Strict or SameSite=Lax if the cookie should not be set by cross-site requests. 3 cookies Name Domain & Path remote_sid .youtube.com/ nextId .www.youtube.com/ requests .www.youtube.com/
該当のソースコード
ソースコード?
試したこと
おもにYouTubeを埋め込んでいるページで発生しているのですが、このエラーが表示されるブラウザ、表示されないパソコンがあり、どう対処すれば良いのかわかりません。
キャッシュプラグインを無効にしてみたり、色々やりましたが、やはりYouTubeを埋め込んでいるページのコンソールタブで表示されてしまいます。
しかも、このエラーが出るときと出ないときがあります。
その原因もよくわかりません。
いまchromeでやるとエラーは出ませんでしたが、avast secure browser を使うと、エラーが出ました。Firefoxではまた別のエラーが追加されて表示されました。
また別のブラウザで確認すると、今度は、
Failed to execute ‘postMessage’ on ‘DOMWindow’:のエラーがエンドレスで続いていきます。
これはブラウザによって異なるのでしょうか?
いずれにせよ、直したほうがいいのですよね?
なにをどうすれば直るのでしょうか?
WordpressのYouTubeを埋め込んでいるページだけがこの現象が発生する原因もよくわかりません。
よろしくお願いいたします。
補足情報(FW/ツールのバージョンなど)
worpress最新
php7.4
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。