I'm trying to understand when Framebusting should and shouldn't be used. At first brush I'd want to apply that to all pages in my site and generating exceptions as necessary.
On the other hand, if I were to take a minimalist approach, I would think I would want to apply this security to my login page.
Is there any reason why I shouldn't apply framebusting to a login page?
Are there any other related best practices?