Nice, i wasn't aware how that is possible.
However, this setting can have one setback -it will prevent traffic from google translate and google weblight, but such traffic is crap anyway.
Quote:
Originally Posted by mikeworks
Thanks guys for the help.
I did some research on this and found this page helpful: Preventing Clickjacking ? Security
As well as javascript solution mentioned above there is apache/nginx solution:
APACHE: Header always append X-Frame-Options SAMEORIGIN
NGINX: add_header X-Frame-Options SAMEORIGIN;
Hope this helps other hard working webmasters around who are also sick of people ripping off your hardwork. Here is to the spirit of webmasters helping each other out for a change instead of bitching.
Hope it helps! 
|