[Gambas-user] Web site main page does not work
Benoit Minisini
benoit.minisini at gambas-basic.org
Fri Jan 20 16:57:05 CET 2023
Le 20/01/2023 à 16:49, T Lee Davidson a écrit :
>>> On 1/19/23 16:40, Benoit Minisini wrote:
>>>> Hi,
>>>>
>>>> I don't know for you, but my Firefox can't open anymore the Gambas
>>>> website, more precisely the Gambas wiki pages integrated as a frame
>>>> inside the Gambas website (gambas.sf.net).
>>>
>>> Yes, I can access the Wiki directly but the framed Wiki at
>>> gambas.sourceforge.net says it refused to connect.
>>> The Chromium dev tools Console says:
>>> "Refused to display 'https://gambaswiki.org/' in a frame because it
>>> set 'X-Frame-Options' to 'sameorigin'."
>
> Right. The X-Frame-Options header is set by the web server. It is
> configured this way by the web host admin as a security measure. A
> better security option might be to use the 'frame-ancestors' directive
> of the Content-Security-Policy header which obsoletes X-Frame-Options
> and is much more flexible. [1]
>
> According to cPanel, it may be possible to override the server's global
> configuration for X-Frame-Options on a site-by-site basis via .htaccess.
> [2]
>
They are still investigating. :-/
According to my company, they didn't add this header (and other ones).
So it appeared suddenly when they moved the wiki VM!
--
Benoît Minisini.
More information about the User
mailing list