Response title
This is preview!
originAnchor.href = location.href;
base.href = document.location.href;
As I can see originAnchor is used in the library just to define if the request is crossDomain or not. So this is not looks like real link manipulation.Am I wrong or not?2. Conserning to the second base.href = document.location.href; finding:I have found a comment in the jquery.js:/ Support: Safari 8 only
// In Safari 8 documents created via document.implementation.createHTMLDocument
// collapse sibling forms: the second one becomes a child of the first one.
// Because of that, this security measure has to be disabled in Safari 8.
// https://bugs.webkit.org/show_bug.cgi?id=137337The comment says that the "security measure has to be disabled in Safari 8 (Version: iOS8 (12A365) and newer) ". Thus that means that some security issue is exists, but it seems that just for Safari.Do you have any comments?
© 2013 jQuery Foundation
Sponsored by and others.