搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Embedded IFRAME Google Calendar not working in version Greater Then 100

  • 4 个回答
  • 1 人有此问题
  • 244 次查看
  • 最后回复者为 cor-el

more options

I am Using Iframe embed in Google calender.But its not working now from latest version of firefox.Upto version 100 no issue. My site is in Google App Engine.

Like this Showing

Firefox Can’t Open This Page

To protect your security, accounts.google.com will not allow Firefox to display the page if another site has embedded it. To see this page, you need to open it in a new window.


can you please Suggest me the solution

I am Using Iframe embed in Google calender.But its not working now from latest version of firefox.Upto version 100 no issue. My site is in Google App Engine. Like this Showing Firefox Can’t Open This Page To protect your security, accounts.google.com will not allow Firefox to display the page if another site has embedded it. To see this page, you need to open it in a new window. can you please Suggest me the solution

被采纳的解决方案

What CSP (content-security-policy) messages do you see in the Web Console ?

This might only be about third party cookie partitioning (cookie isolation) that prevents the Google Calendar page from getting the Google session ID cookies casing you to get the Google account login page. You can try to set network.cookie.cookieBehavior = 4 to disable partitioning if this pref is currently set to 5 to see if that has effect.

You may have to clear existing cookies for the Google account.

You can open the about:config page via the location/address bar. If you get the warning page, you can click the "Accept the Risk and Continue" button.

定位到答案原位置 👍 0

所有回复 (4)

more options

safiyullah.mohideen said

To protect your security, accounts.google.com will not allow Firefox to display the page if another site has embedded it. To see this page, you need to open it in a new window.

Steps to replicate the issue and screenshots please. The above message is from Google. This is interesting, would love to see if we can replicate. Let get Win11 ready.

由jonzn4SUSE于修改

more options

选择的解决方案

What CSP (content-security-policy) messages do you see in the Web Console ?

This might only be about third party cookie partitioning (cookie isolation) that prevents the Google Calendar page from getting the Google session ID cookies casing you to get the Google account login page. You can try to set network.cookie.cookieBehavior = 4 to disable partitioning if this pref is currently set to 5 to see if that has effect.

You may have to clear existing cookies for the Google account.

You can open the about:config page via the location/address bar. If you get the warning page, you can click the "Accept the Risk and Continue" button.

由cor-el于修改

more options

This might only be about third party cookie partitioning (cookie isolation) that prevents the Google Calendar page from getting the Google session ID cookies casing you to get the Google account login page. You can try to set network.cookie.cookieBehavior = 4 to disable partitioning if this pref is currently set to 5 to see if that has effect.


Above solution is perfectly worked for us.I have another question.

If we set network.cookie.cookieBehavior = 4 from 5 means , is this safe?

more options

Having set this pref to 5 means that you isolate (partition) cross-site cookies like explained in the total-cookie-protection article. This setting can break website that use cross-site cookies.

Selecting "Cross-site tracking cookies, and isolate other cross-site cookies" sets this pref to '5' and enables Total Cookie Protection. Selecting "Cross-site tracking cookies" sets this pref to '4' and does not partition/isolate cross-site cookies.


Total Cookie Protection creates a separate cookie jar for each website you visit. This means that a third-party (ad) website can't track you across other websites you visit where it is embedded. In this case this means that if you logged in to Google by visiting a Google website that you aren't logged in if you access a Google website embedded on another page and this will fail since you can't login via this iframe as this is prohibited via CSP. There are two options, one is to disable Enhanced Tracking Protection for this website via the shield icon and the other option is to disable Total Cookie Protection.