But otherwise, very clever.
Try and view the source
61–70 of 86 posts
Re: Try and view the source
#62Re: Try and view the source
#63Now what?
Re: Try and view the source
#64Earlier quoted context omitted.
Why is this possible? Is there a way to surpress this weirdness? I want to be able to trust my address bar again.
I believe that RTL character is one of the main failures of UNICODE. This should be part of the markup / rich text, not part of the plain text.
Re: Try and view the source
#65Re: Try and view the source
#66Re: Try and view the source
#67I hit F12 in Chromium, dev tools open with the tree, knowing that I'm viewing the DOM and not the source I hit the Resources tab, and there is the source. Not a problem at all. In fact, I had to remember to go back to right clicking and View Source to try and figure out why this was so highly ranked and lots of the comments confused me. Now I see why... but just like using JavaScript to try and detect right click, us…
I doubt it, as this method breaks forward/back functionality, thus probably breaking most sites.
Having said that, for all links, you could do a further re-write using the history API, before allowing the redirect to take place. I guess that would actually make it usable even if, as you say, it's futile in the end.
Re: Try and view the source
#68cute trick. I'll definitely use it as an extra security measure next time I'm working on something that leaks an id in the source
Re: Try and view the source
#69Couldn't this have been done with a cookie and caching?
Great idea though.
Re: Try and view the source
#70Chrome is broken on my machine (proxy issues) so I didn't test there, but I assume the same technique would work.