Hi, I have the same problem. Seems like this is a more or less valid security thing. The embedded page needs to set the X-Frame-Options to SAMEORIGIN in the HTTP header: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options For some reason the server is sending this setting twice: x-frame-options: SAMEORIGIN x-frame-options: DENY
And firefox obiously takes the last one, which is not good. So, someone who is running the website should re-configure the web-server and remove the second x-frame-options, I guess. At least for this particular file, I guess you can do that with an additional .htaccess or similar file. Best regards, Fabian Am 03.10.20 um 12:57 schrieb Ali G. Dezfuli: > Hi all, > I still have a problem with the GR manual > (https://www.gnuradio.org/doc/doxygen/) > In firefox I receive this error: > > Firefox Can’t Open This Page > > /*To protect your security, www.gnuradio.org <http://www.gnuradio.org> > 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. > > Learn more…*/ > /* > */ > is there anybody who is ok with searching at the manual? > Thanks > AGD > **/**/
