Re: [users@httpd] X-Frame-Options and security

2021-09-10 Thread Dave Wreski
https://httpd.apache.org/docs/2.4/en/mod/mod_headers.html#header What headers are returned by error pages and by redirects (e.g. 302 redirect when requesting a directory without a trailing '/')? What headers are returned by dynamic responses (proxied or CGI), if you have any? It appears to

Re: [users@httpd] X-Frame-Options and security

2021-09-10 Thread Eric Covener
On Fri, Sep 10, 2021 at 11:03 AM Dave Wreski wrote: > > > https://httpd.apache.org/docs/2.4/en/mod/mod_headers.html#header > > What headers are returned by error pages and by redirects (e.g. 302 > redirect when requesting a directory without a trailing '/')? > What headers are returned by

Re: [users@httpd] X-Frame-Options and security

2021-09-10 Thread Dave Wreski
https://httpd.apache.org/docs/2.4/en/mod/mod_headers.html#header What headers are returned by error pages and by redirects (e.g. 302 redirect when requesting a directory without a trailing '/')? What headers are returned by dynamic responses (proxied or CGI), if you have any? It appears to

Re: [users@httpd] X-Frame-Options and security

2021-09-10 Thread Konstantin Kolinko
чт, 2 сент. 2021 г. в 18:18, Dave Wreski : > > > Header set X-XSS-Protection "1; mode=block" > Header set X-Frame-Options "SAMEORIGIN" https://httpd.apache.org/docs/2.4/en/mod/mod_headers.html#header What headers are returned by error pages and by redirects (e.g. 302 redirect