1.2.0 • Published 9 years ago

iframe-buster-killer v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

iframe-buster-killer

Try to avoid breaking iframed page to break its iframe.

This needs to be run inside the iframe.

Installation

npm install iframe-buster-killer --save

Usage

Using browserify, you just need to run

require('iframe-buster-killer')(noContentUrl);

noContentUrl needs to be some URL, responding with HTTP status 204 (no content), so the browser will stay on the current URL.

Additionally, all target attributes with attribute value "_top" will be emptied.

1.2.0

9 years ago

1.1.0

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago