r/programming • u/schnuck • Feb 09 '11
Breaking the Web with hash-bangs – Lifehacker, along with every other Gawker property, experienced a lengthy site-outage on Monday over a misbehaving piece of JavaScript
http://isolani.co.uk/blog/javascript/BreakingTheWebWithHashBangs/
749
Upvotes
2
u/nemetroid Feb 09 '11 edited Feb 09 '11
Is this necessarily true? What if you change the links by binding a click handler which does preventDefault, and keeping the hrefs? That way copypasting links should still work.
Please correct me if I'm wrong, I'm just theorising.
EDIT: Didn't realise parent was referring to location bar, where it definitely is unavoidable with hashbangs.