19
Frame Buster Buster ... codice buster necessario
Supponiamo che non desideri che altri siti "modellino" il tuo sito in un <iframe>: <iframe src="http://example.org"></iframe> Quindi inserisci JavaScript anti-framing e anti-frame in tutte le tue pagine: /* break us out of any containing iframes */ if (top != self) { top.location.replace(self.location.href); } Eccellente! Ora "rompi" o rompi automaticamente qualsiasi …