[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: no more @target
From: |
Davi Leal |
Subject: |
Re: no more @target |
Date: |
Sat, 14 Apr 2007 13:52:55 +0200 |
User-agent: |
KMail/1.9.5 |
Victor Engmark wrote:
> Davi Leal wrote:
> > I personally do not think we should remove the @target.
> AFAIK, it's not enough for an impostor / leech to just include our site in
> a frame or iframe.
OK. We will not use @target. We can use what you have adviced.
Victor, feel free to remove the below JavaScript and commit to update the
production environment.
file: Layer-0__Site_entry_point/templates/web_page.tpl
{literal}
<script type="text/javascript">
if (parent.location != this.location)
{
// I hate getting stuck in someone else's frames
parent.location = this.location;
}
</script>
{/literal}
It is good you commit it, as it has been your work. So will be registered at
the CVS server!. Anyway, if you do not want to do it, I will do it.
About the @target, we do not need to remove it from the current production
code. Obviously, we can just not use it at the new <div>s code.
> Here are some other ways to hinder some abuse without using more bandwidth:
>
> - Prevent image hotlinking <http://alistapart.com/articles/hotlinking>
> - Exclude bad robots /
> spiders<http://www.robotstxt.org/wc/exclusion.html>
Regards,
Davi
- Retrofitting markup?, Victor Engmark, 2007/04/13
- Re: XHTML?, Davi Leal, 2007/04/13
- Re: XHTML?, Victor Engmark, 2007/04/13
- Re: XHTML?, Davi Leal, 2007/04/13
- Re: XHTML?, Victor Engmark, 2007/04/14
- Re: no more @target,
Davi Leal <=
- Re: no more @target ?, Davi Leal, 2007/04/14
- Re: no more @target ?, Victor Engmark, 2007/04/15
- Re: avoid to embed, Davi Leal, 2007/04/15
- Re: avoid to embed, Victor Engmark, 2007/04/16
- Re: avoid to embed, Davi Leal, 2007/04/16
- Re: avoid to embed, Victor Engmark, 2007/04/16
- Re: no more @target, Victor Engmark, 2007/04/16
- Re: no more @target, Davi Leal, 2007/04/16