Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Since Firefox 79 beta my college website doesn't work (embedded content)

  • 4 ответа
  • 1 имеет эту проблему
  • 4 просмотра
  • Последний ответ от cor-el

more options

Hi, Since I've updated to Firefox 79 beta I can't access my university campus website. It worked until Firefox 78 and it works with latest Chrome and Edge, but not in Firefox 79 beta and nightly.

The error is: "Website will not allow Firefox to display the page if another site has embedded it": https://support.mozilla.org/ca/kb/xframe-neterror-page?as=u&utm_source=inproduct

Is it a bug or a "feature"? UOC is one of the biggest online university of Spain, it will be a "disaster" if students can't access it with Firefox.

I can explain you how to reproduce it because it's the private area and you need student credentials to enter, but the login website is: http://cv.uoc.edu

In the console I can see some errors like this: Cookie “example” will be soon treated as cross-site cookie against “http://cv.uoc.edu/rb/inici/plin/fonts/icons.woff?cc152853f8bb07259fb3eb89b6fbfee7” because the scheme does not match.

Hi, Since I've updated to Firefox 79 beta I can't access my university campus website. It worked until Firefox 78 and it works with latest Chrome and Edge, but not in Firefox 79 beta and nightly. The error is: "Website will not allow Firefox to display the page if another site has embedded it": https://support.mozilla.org/ca/kb/xframe-neterror-page?as=u&utm_source=inproduct Is it a bug or a "feature"? UOC is one of the biggest online university of Spain, it will be a "disaster" if students can't access it with Firefox. I can explain you how to reproduce it because it's the private area and you need student credentials to enter, but the login website is: http://cv.uoc.edu In the console I can see some errors like this: Cookie “example” will be soon treated as cross-site cookie against “http://cv.uoc.edu/rb/inici/plin/fonts/icons.woff?cc152853f8bb07259fb3eb89b6fbfee7” because the scheme does not match.

Все ответы (4)

more options

Hi Dimas:

Does cv.uoc.edu work if you use the latest general availability version i.e. Firefox 78.0.2 instead of Firefox 79 beta?

Cheers!

..Roland

more options

A possible workaround you can try is to use the right-click context menu on the page:

  • This Frame -> "Show Only This Frame" or "Open Frame in New Tab"
more options

Roland Tanglao said

Hi Dimas: Does cv.uoc.edu work if you use the latest general availability version i.e. Firefox 78.0.2 instead of Firefox 79 beta? Cheers! ..Roland

No, with Firefox 78 I never seen this error. Now with 79 it seems to be random, I will try to investigate the casuistic.

more options

Note that this happens if this web page wants to open an external page in an iframe and that website prohibits this via a X-FRAME-OPTIONS header in the HTTP response headers.

You can check the HTTP response headers via the Web Console for the X-FRAME-OPTIONS header. If this worked before then the website that is embedded may have recently added this header for security reasons.