diff --git a/src/index.html b/src/index.html index da64fc6..a6c2d63 100644 --- a/src/index.html +++ b/src/index.html @@ -77,6 +77,11 @@ } } + // check we are not running on an iframe + if (window.top !== window.self) { + window.top.location = window.location; + } +