Any config tricks to stop site from framing us?

Branden Visser mrvisser at gmail.com
Tue Dec 3 21:32:40 UTC 2013


If they're using an iframe rather than a proxy then IP tricks won't help.

Using the X-FRAME-OPTIONS header is probably your best bet [1]

Hope that helps,
Branden

[1] http://stackoverflow.com/questions/2896623/how-to-prevent-my-site-page-to-be-loaded-via-3rd-party-site-frame-of-iframe

On Tue, Dec 3, 2013 at 4:18 PM, Ian Evans <ianevans at digitalhit.com> wrote:
> On 2013-12-03 16:15, Ilan Berkner wrote:
>>
>> One possibility (not Nginx related directly) is to block their IP
>> address at the firewall level from even getting to your server.
>
>
> Or add a deny ###.###.###.### to the server block?
>
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx



More information about the nginx mailing list