|
Posted by nully on August 4, 2008, 4:01 am
Please log in for more thread options
"Guy Macon" <http://www.GuyMacon.com/> wrote in message
>
>
>
> WebFoot wrote:
>
>>GOAL:
>>Break out of a hostile frame.
>>
>>IDEAL SOLUTION:
>>My page loads unframed.
>>
>>OK SOLUTION:
>>Framing site displays blank page
>>or 404 error inside the frame
>>
>>NOT LOOKING FOR:
>>JavaScript solution -- some visitors
>>don't have JavaScript enabled
>>
>>NOT LOOKING FOR:
>>Link with target="_top" solution -- it does not
>>work unless someone clicks on that link.
>>
>>NOT LOOKING FOR:
>>Meta refresh with target="_top" solution -- the
>>refreshing screws up the back button for the user,
>>and search engines don't like it.
>>
>>NOT LOOKING FOR:
>>A way to ban specific sites that frame my page. I want
>>to stop all sites from doing it rather than constantly
>>checking logs and adding new bans.
>
> I slapped together a test page for the various ways that
> I found doing a web search (I will add the php method I
> just read about in another post in the next few days).
> None meet all of your requirements. Some of them suck
> in various other ways.
>
> Test page: http://www.guymacon.net/f0n.html
>
> Being an engineer, I will now do what engineers do;
> question the requirements. When you write "NOT
> LOOKING FOR: A way to ban specific sites that frame
> my page. I want to stop all sites from doing it
> rather than constantly checking logs and adding new
> bans." you are making the assumption that you have
> to do the checking and adding. Not so. A computer
> program could do it for you.
>
> There already exists a program that watches the
> incoming requests and looks for web spiders that
> ignore robots.txt and denies them access, all without
> any human intervention.
There is?
|