Active
Project:
DiggBar Blocker
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
20 Apr 2009 at 08:26 UTC
Updated:
21 Apr 2009 at 05:48 UTC
Framing sucks but Digg isn't the only one framing.
It might be useful to have an option to specify other framers like burnurl, Ow.Ly and/or an option to break out of all frames.
I just use this snippet in my template
<script type="text/javascript" language="JavaScript">
<!--
if (top.location != location) {
top.location.href = document.location.href ;
}
-->
</script>
Comments
Comment #1
henrrrik commentedTry frameprevention.module.
Comment #2
kylehase commented@henrrrik Didn't realize there were so many similar modules for this one purpose of breaking out of frames.
Comment #3
henrrrik commentedNor did I. The project description for Frameprevention has been improved and should be more search friendly now.